From ca00923762acf87139188c7fc6eac9f67107d7fe Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 13:51:54 -0600 Subject: [PATCH] quiet scanning --- scan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.go b/scan.go index 62033d5..0c076c0 100644 --- a/scan.go +++ b/scan.go @@ -36,7 +36,7 @@ func (r *RepoList) ScanRepositories() (int, string) { me.shownCount.SetText(tmp) me.duration.SetText(s) - log.Log(REPOWARN, "Scanned", i, "repositories.", total, "changes in", s) + log.Log(REPO, "Scanned", i, "repositories.", total, "changes in", s) return i, s }