fix: actually set the log interval from the config
Signed-off-by: Lars Wirzenius liw@liw.fi
2 files changed
+5
-1
cadb933d
→
b33aae59
modified src/bin/cib.rs
@@ -201,6 +201,7 @@ impl QueuedCmd {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -286,6 +287,7 @@ impl ProcessEventsCmd {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -119,7 +119,9 @@ impl QueueProcessor {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|