Format console output.

This commit is contained in:
Anna Rose Wiggins 2025-07-28 13:46:54 -04:00
parent 0ebca5a84c
commit c7d5b7a9fa

View file

@ -154,7 +154,7 @@ func loadRules(
timerCount++
}
}
logger.Logf("registered %d timers", timerCount)
logger.Logf("Registered %d timers.", timerCount)
go consoleWatcher(eventChannel)