aboutsummaryrefslogtreecommitdiff
path: root/cmd/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/main.go')
-rw-r--r--cmd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/main.go b/cmd/main.go
index 3019ddf..9faca75 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -101,7 +101,7 @@ func main() {
for {
select {
case <-time.After(300 * time.Second):
- fmt.Println("mark")
+ log.Info("---- mark ----")
}
}
}