test
This commit is contained in:
parent
bf794cab23
commit
6f3ec9e338
1
scan.go
1
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)
|
||||
|
|
Loading…
Reference in New Issue