noisy log may as well be useful

This commit is contained in:
Bel LaPointe
2025-04-05 11:06:00 -06:00
parent 62ea963807
commit 596865ede3

View File

@@ -87,7 +87,7 @@ func Recursive(ctx context.Context) error {
}
defer os.Chdir(was)
log.Printf("Run(%s, %s, %+v, %+v, %v)", y.O, d, y.P, y.C, y.D)
log.Printf("Run(outd=%s, ind=%s, patterns=%+v, const=%+v, dry=%v)", y.O, d, y.P, y.C, y.D)
if err := Run(ctx, y.O, "./", y.P, y.C, y.D); err != nil {
return err
}