From c408a7cca557f8e8933484cff20934564ec70d17 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Jan 2024 11:22:33 -0600 Subject: working towards global branch settings repostatus improvements common branch handling scan all repos code cleanups check dirty before global delete go mod using a quieter gui smarter scripting Signed-off-by: Jeff Carr --- scan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scan.go') diff --git a/scan.go b/scan.go index 8172d5b..de5e07f 100644 --- a/scan.go +++ b/scan.go @@ -14,7 +14,7 @@ func (r *repo) newScan() bool { } // r.scan() if repostatus.VerifyLocalGoRepo(r.getPath()) { - log.Warn("repo actually exists", r.getPath()) + log.Verbose("repo actually exists", r.getPath()) } else { log.Warn("repo does not exist", r.getPath()) return false -- cgit v1.2.3