Change log level for "Leaving task not due until" to trace #962

This commit is contained in:
Tim Bruijnzeels
2022-10-31 14:43:45 +01:00
parent 03cd685f84
commit 7376ab56e7
+1 -1
View File
@@ -118,7 +118,7 @@ impl TaskQueue {
if is_due {
debug!("Getting task with priority '{}': {}", priority, task);
} else {
debug!("Leaving task not due until '{}': {}", priority, task);
trace!("Leaving task not due until '{}': {}", priority, task);
}
is_due
} else {