Only print the command used to open connections with -vv, not just -v.
authorMartin Pool <mbp@samba.org>
Tue, 5 Feb 2002 00:34:03 +0000 (00:34 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 5 Feb 2002 00:34:03 +0000 (00:34 +0000)
<Pine.LNX.4.33L2.0201301015260.11155-100000@phong.blorf.net>

util.c

diff --git a/util.c b/util.c
index 64473a307fa268ea6c9766b8ce1b0b835dc81ac2..5eebe37863bf5ac11d1d6254b24e23c93b7baa59 100644 (file)
--- 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);
        }