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 825fb7a9a..5df5245f6 100644
--- a/mux.c
+++ b/mux.c
@@ -1553,7 +1553,7 @@ mux_client_request_session(int fd)
1553 } else 1553 } else
1554 debug2("Received exit status from master %d", exitval); 1554 debug2("Received exit status from master %d", exitval);
1555 1555
1556 if (tty_flag && options.log_level != SYSLOG_LEVEL_QUIET) 1556 if (tty_flag && options.log_level > SYSLOG_LEVEL_QUIET)
1557 fprintf(stderr, "Shared connection to %s closed.\r\n", host); 1557 fprintf(stderr, "Shared connection to %s closed.\r\n", host);
1558 1558
1559 exit(exitval); 1559 exit(exitval);