diff options
| author | Jeff Carr <[email protected]> | 2024-02-29 09:16:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-29 09:16:20 -0600 |
| commit | 18a9a078e039e5d5a1f4b8e9b5b83f57bc3a5418 (patch) | |
| tree | 1dfb166efc5d5130f5177590d3152be66ab80d3a /watchdog.go | |
| parent | a57e9cff060cd4ddb1fccc424c041e7c829e4d07 (diff) | |
use 'go vet' instead of 'go build'
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 2 |
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 } |
