summaryrefslogtreecommitdiff
path: root/mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'mux.c')
-rw-r--r--mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mux.c b/mux.c
index 79f83768b..4669e5328 100644
--- a/mux.c
+++ b/mux.c
@@ -721,7 +721,7 @@ muxclient(const char *path)
721 } else 721 } else
722 debug2("Received exit status from master %d", exitval[0]); 722 debug2("Received exit status from master %d", exitval[0]);
723 723
724 if (tty_flag && options.log_level != SYSLOG_LEVEL_QUIET) 724 if (tty_flag && options.log_level > SYSLOG_LEVEL_QUIET)
725 fprintf(stderr, "Shared connection to %s closed.\r\n", host); 725 fprintf(stderr, "Shared connection to %s closed.\r\n", host);
726 726
727 exit(exitval[0]); 727 exit(exitval[0]);