X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5ad0e46f080cf071a3fbd77d764ae7fc33adaf16..0b1ffe27551d571f105109a248f3080b22a66372:/util.c diff --git a/util.c b/util.c index f3c126bc..5eebe378 100644 --- a/util.c +++ b/util.c @@ -121,7 +121,7 @@ pid_t piped_child(char **command, int *f_in, int *f_out) int from_child_pipe[2]; extern int blocking_io; - if (verbose > 0) { + if (verbose >= 2) { print_child_argv(command); } @@ -559,7 +559,7 @@ static void glob_expand_one(char *s, char **argv, int *argc, int maxargs) globfree(&globbuf); return; } - for (i=0; i<(maxargs - (*argc)) && i