log asses.Main new dir processing

This commit is contained in:
bel
2025-05-25 11:49:16 -06:00
parent 9c0129f968
commit 6626077201
2 changed files with 10 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ func One(ctx context.Context, p string) error {
} else if stat, err := os.Stat(p); err != nil {
return fmt.Errorf("cannot stat %s: %w", p, err)
} else if stat.ModTime() == last.Modified {
log.Printf("asses.One(%s) // unmodified since %v", shortp, last.T)
//log.Printf("asses.One(%s) // unmodified since %v", shortp, last.T)
return nil
} else {
log.Printf("asses.One(%s) // modified (%v) is now %v", shortp, last.Modified, stat.ModTime())