mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
refactor(job): use Display to print Thread in job_perform()
This commit is contained in:
12
src/job.rs
12
src/job.rs
@@ -736,11 +736,7 @@ fn job_perform(context: &Context, thread: Thread, probe_network: bool) {
|
||||
info!(
|
||||
context,
|
||||
"{}-job #{}, action {} started...",
|
||||
if thread == Thread::Imap {
|
||||
"INBOX"
|
||||
} else {
|
||||
"SMTP"
|
||||
},
|
||||
thread,
|
||||
job.job_id,
|
||||
job.action,
|
||||
);
|
||||
@@ -825,11 +821,7 @@ fn job_perform(context: &Context, thread: Thread, probe_network: bool) {
|
||||
info!(
|
||||
context,
|
||||
"{}-job #{} not succeeded on try #{}, retry in {} seconds.",
|
||||
if thread == Thread::Imap {
|
||||
"INBOX"
|
||||
} else {
|
||||
"SMTP"
|
||||
},
|
||||
thread,
|
||||
job.job_id as u32,
|
||||
tries,
|
||||
time_offset
|
||||
|
||||
Reference in New Issue
Block a user