fix fatal logs again
This commit is contained in:
@@ -27,13 +27,13 @@ pub enum BackendError {
|
|||||||
#[error("backend not supported")]
|
#[error("backend not supported")]
|
||||||
NotSupported,
|
NotSupported,
|
||||||
#[cfg(feature = "openxr")]
|
#[cfg(feature = "openxr")]
|
||||||
#[error("OpenXR Error: {0}")]
|
#[error("OpenXR Error: {0:?}")]
|
||||||
OpenXrError(#[from] xr::sys::Result),
|
OpenXrError(#[from] xr::sys::Result),
|
||||||
#[error("Shutdown")]
|
#[error("Shutdown")]
|
||||||
Shutdown,
|
Shutdown,
|
||||||
#[error("Restart")]
|
#[error("Restart")]
|
||||||
Restart,
|
Restart,
|
||||||
#[error("Fatal: {0}")]
|
#[error("Fatal: {0:?}")]
|
||||||
Fatal(#[from] anyhow::Error),
|
Fatal(#[from] anyhow::Error),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user