summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index 4be20d2..8db34eb 100644
--- a/doGui.go
+++ b/doGui.go
@@ -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)
}
}