Display backtraces for logged errors

This commit is contained in:
Elias Projahn 2025-03-13 18:44:01 +01:00
parent 6876a6edd7
commit 9c893fba9e
8 changed files with 16 additions and 16 deletions

View file

@ -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