mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-26 19:57:25 +01:00
Display backtraces for logged errors
This commit is contained in:
parent
6876a6edd7
commit
9c893fba9e
8 changed files with 16 additions and 16 deletions
|
|
@ -172,7 +172,7 @@ mod imp {
|
|||
glib::signal::Propagation::Stop
|
||||
} else {
|
||||
if let Err(err) = self.obj().save_window_state() {
|
||||
log::warn!("Failed to save window state: {err}");
|
||||
log::warn!("Failed to save window state: {err:?}");
|
||||
}
|
||||
|
||||
glib::signal::Propagation::Proceed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue