Skip to content

Commit

Permalink
Cosmetic: Decrease verbosity needed for a message
Browse files Browse the repository at this point in the history
  • Loading branch information
gollux committed Mar 24, 2018
1 parent 0533881 commit 3197c82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions isolate.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,7 @@ run(char **argv)
if (n != sizeof(box_pid_inside_ns))
die("Proxy failed before it passed box_pid: %m");
find_box_pid();
if (verbose > 1)
fprintf(stderr, "Started proxy_pid=%d box_pid=%d box_pid_inside_ns=%d\n", (int) proxy_pid, (int) box_pid, (int) box_pid_inside_ns);
msg("Started proxy_pid=%d box_pid=%d box_pid_inside_ns=%d\n", (int) proxy_pid, (int) box_pid, (int) box_pid_inside_ns);

box_keeper();
}
Expand Down

0 comments on commit 3197c82

Please sign in to comment.