mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-10 11:37:40 +02:00
Change log level for "Leaving task not due until" to trace #962
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user