View | Details | Raw Unified | Return to bug 3378
Collapse All | Expand All

(-)mux.c (-2 / +1 lines)
Lines 2037-2044 mux_client_request_session(int fd) Link Here
2037
	} else
2037
	} else
2038
		debug2("Received exit status from master %d", exitval);
2038
		debug2("Received exit status from master %d", exitval);
2039
2039
2040
	if (tty_flag && options.log_level != SYSLOG_LEVEL_QUIET)
2040
	verbose("Shared connection to %s closed.\r\n", host);
2041
		fprintf(stderr, "Shared connection to %s closed.\r\n", host);
2042
2041
2043
	exit(exitval);
2042
	exit(exitval);
2044
}
2043
}

Return to bug 3378