diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import ( func debug() { time.Sleep(2 * time.Second) for { - log.Printf("idle loop() could check for things here") + log.Info("idle loop() todo: could check for things here") time.Sleep(90 * time.Second) } } |
