mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 19:36:32 +03:00
Always describe the context of the displayed error
This commit is contained in:
@@ -1190,7 +1190,7 @@ fn perform_job_action(context: &Context, mut job: &mut Job, thread: Thread, trie
|
||||
Action::ImexImap => match JobImexImap(context, &job) {
|
||||
Ok(()) => Status::Finished(Ok(())),
|
||||
Err(err) => {
|
||||
error!(context, "{}", err);
|
||||
error!(context, "Import/export failed: {}", err);
|
||||
Status::Finished(Err(err))
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user