summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchdog.go b/watchdog.go
index 4dddb98..a14b33b 100644
--- a/watchdog.go
+++ b/watchdog.go
@@ -34,7 +34,7 @@ func (r *RepoList) Watchdog(f func()) {
}
// print every 'delay' seconds
if i%delay == 0 {
- log.Info("Not auto scanning", i, "REPO_AUTO_SCAN =", os.Getenv("REPO_AUTO_SCAN"))
+ log.Log(REPOWARN, "Not auto scanning", i, "REPO_AUTO_SCAN =", os.Getenv("REPO_AUTO_SCAN"))
}
return
}