summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-24 11:55:29 -0600
committerJeff Carr <[email protected]>2024-02-24 11:55:29 -0600
commit6f3ec9e33895423535e3b2168cf74687df6eaf6e (patch)
tree1eebeb429a3a62005e7a9317e2a0f26d0f9ddd62 /scan.go
parentbf794cab239b22e1bfd0808b6f99e5e60a45ca6f (diff)
test
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/scan.go b/scan.go
index faf176a..9dce2f5 100644
--- a/scan.go
+++ b/scan.go
@@ -62,6 +62,7 @@ func (r *RepoRow) NewScan() int {
// print out whatever changes have happened
if c, ok := r.Status.Changed(); ok {
+ log.Log(REPOWARN, "something finally changed")
c := strings.TrimSpace(c)
for _, line := range strings.Split(c, "\n") {
log.Info(r.Status.Path(), line)