diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 13:51:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 13:51:54 -0600 |
| commit | ca00923762acf87139188c7fc6eac9f67107d7fe (patch) | |
| tree | 4b45ed4b232100c2315b593a073ac084582467f6 | |
| parent | c7e2a62bbb06565b896d0140bd1f7acbe1f9c3d8 (diff) | |
quiet scanningv0.22.11
| -rw-r--r-- | scan.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
