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
|
|
@ -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:?}");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue