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

@ -101,7 +101,7 @@ impl Library {
this_connection,
&sender,
))) {
log::error!("Failed to send library action result: {err}");
log::error!("Failed to send library action result: {err:?}");
}
});
@ -128,7 +128,7 @@ impl Library {
tracks,
&sender,
))) {
log::error!("Failed to send library action result: {err}");
log::error!("Failed to send library action result: {err:?}");
}
});