diff options
| author | Jeff Carr <[email protected]> | 2024-02-24 11:55:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-24 11:55:29 -0600 |
| commit | 6f3ec9e33895423535e3b2168cf74687df6eaf6e (patch) | |
| tree | 1eebeb429a3a62005e7a9317e2a0f26d0f9ddd62 /scan.go | |
| parent | bf794cab239b22e1bfd0808b6f99e5e60a45ca6f (diff) | |
test
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
