From 0b1ffe27551d571f105109a248f3080b22a66372 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 5 Feb 2002 00:34:03 +0000 Subject: [PATCH] Only print the command used to open connections with -vv, not just -v. --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index 64473a30..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); } -- 2.34.1