Print scan interval in seconds

This commit is contained in:
2024-08-11 21:13:54 +02:00
parent 747359d53a
commit f6bfe62f5d

View File

@@ -74,7 +74,7 @@ func main() {
log.Println("Input args parsed as:")
log.Printf("ROOT: %s\n", ROOT)
log.Printf("SCAN_INTERVAL: %d\n", SCAN_INTERVAL.Milliseconds())
log.Printf("SCAN_INTERVAL: %.0fs\n", SCAN_INTERVAL.Seconds())
// This shit DOES NOT run correctly on windows
// It absolutely butchers CRLF -> LF