Commit 0b1ffe27 authored by Martin Pool's avatar Martin Pool

Only print the command used to open connections with -vv, not just -v.

<Pine.LNX.4.33L2.0201301015260.11155-100000@phong.blorf.net>
parent 8c35542d
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment