mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
Fix a typo (s/ideling/idling/)
This commit is contained in:
@@ -143,7 +143,7 @@ impl JobThread {
|
|||||||
if state.jobs_needed {
|
if state.jobs_needed {
|
||||||
info!(
|
info!(
|
||||||
context,
|
context,
|
||||||
"{}-IDLE will not be started as it was interrupted while not ideling.",
|
"{}-IDLE will not be started as it was interrupted while not idling.",
|
||||||
self.name,
|
self.name,
|
||||||
);
|
);
|
||||||
state.jobs_needed = false;
|
state.jobs_needed = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user