Discovery tracing

This commit is contained in:
Jakob Borg
2014-03-09 08:58:03 +01:00
parent d4ef6a6285
commit 52ee7d5724
3 changed files with 21 additions and 21 deletions

View File

@@ -180,7 +180,7 @@ func (w *Walker) walkAndHashFiles(res *[]File, ign map[string][]string) filepath
pf.Version++
w.previous[rn] = pf
} else if debug {
dlog.Println("unchanged:", p)
dlog.Println("unchanged:", rn)
}
*res = append(*res, pf)
return nil