diff options
Diffstat (limited to 'mux.c')
-rw-r--r-- | mux.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |