noisy log may as well be useful

main
Bel LaPointe 2025-04-05 11:06:00 -06:00
parent 62ea963807
commit 596865ede3
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ func Recursive(ctx context.Context) error {
} }
defer os.Chdir(was) 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 { if err := Run(ctx, y.O, "./", y.P, y.C, y.D); err != nil {
return err return err
} }