noisy log may as well be useful
parent
62ea963807
commit
596865ede3
2
main.go
2
main.go
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue