Imporved logging and added debug information to get backtraces when errors are encountered
This commit is contained in:
@@ -27,7 +27,7 @@ async fn get_master_pass(
|
||||
&locale.everything_was_deleted
|
||||
}
|
||||
(Err(err), _) | (_, Err(err)) => {
|
||||
error!("{}", crate::Error::from(err));
|
||||
error!("{:?}", crate::Error::from(err));
|
||||
txn.rollback().await?;
|
||||
&locale.something_went_wrong
|
||||
}
|
||||
|
Reference in New Issue
Block a user