summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 15:07:27 -0600
committerJeff Carr <[email protected]>2024-11-30 15:07:27 -0600
commitfb792e13a7acdeafcacb2d37139bf5653b16921a (patch)
tree413fa04b79e99fedc103423101a524ab0f762e7f /scan.go
parentb00584213dbb59b4694c2b353fd1271465b9f2cf (diff)
autogenpb improvementsv0.22.19
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/scan.go b/scan.go
index 8c0afd5..8c37f36 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.Info("Scanned", i, "repositories.", total, "changes in", s)
+ log.Info("repolist Scanned", i, "repositories.", total, "changes in", s)
return i, s
}
@@ -73,6 +73,8 @@ func (r *RepoRow) NewScan() int {
if r.Status.GitState() == "PERFECT" {
r.Hide()
+ } else {
+ r.Show()
}
/*