Format console output.
This commit is contained in:
parent
0ebca5a84c
commit
c7d5b7a9fa
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ func loadRules(
|
||||||
timerCount++
|
timerCount++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
logger.Logf("registered %d timers", timerCount)
|
logger.Logf("Registered %d timers.", timerCount)
|
||||||
|
|
||||||
go consoleWatcher(eventChannel)
|
go consoleWatcher(eventChannel)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue