This commit is contained in:
Jeff Carr 2024-02-24 11:55:29 -06:00
parent bf794cab23
commit 6f3ec9e338
1 changed files with 1 additions and 0 deletions

View File

@ -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)