[work]: grrr
This commit is contained in:
parent
b6506f0217
commit
5cb914aedf
1 changed files with 1 additions and 1 deletions
|
|
@ -2226,7 +2226,7 @@ fn add_library() -> Task<Message> {
|
|||
Library::new(Arc::new(match res {
|
||||
Ok(db) => db,
|
||||
Err(e) => {
|
||||
error!("{e}");
|
||||
error!("{e}: {}", e.root_cause());
|
||||
panic!("{e}")
|
||||
}
|
||||
})),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue