Fix a typo (s/ideling/idling/)

This commit is contained in:
Alexander Krotov
2020-02-03 01:03:14 +03:00
parent b4573e341f
commit 5a84ab2011

View File

@@ -143,7 +143,7 @@ impl JobThread {
if state.jobs_needed {
info!(
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,
);
state.jobs_needed = false;