On linux without X11 or Wayland, reduced the panic message to a single line (#681)
This commit is contained in:
parent
c744b016ce
commit
062bb0cef2
2 changed files with 2 additions and 4 deletions
|
|
@ -430,10 +430,7 @@ impl EventsLoop {
|
|||
};
|
||||
|
||||
let err_string = format!(
|
||||
r#"Failed to initialize any backend!
|
||||
Wayland status: {:#?}
|
||||
X11 status: {:#?}
|
||||
"#,
|
||||
"Failed to initialize any backend! Wayland status: {:?} X11 status: {:?}",
|
||||
wayland_err,
|
||||
x11_err,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue