|
Lines 1591-1597
Link Here
|
| 1591 |
* In interactive mode (with pseudo tty) display a message indicating |
1591 |
* In interactive mode (with pseudo tty) display a message indicating |
| 1592 |
* that the connection has been closed. |
1592 |
* that the connection has been closed. |
| 1593 |
*/ |
1593 |
*/ |
| 1594 |
if (have_pty && options.log_level != SYSLOG_LEVEL_QUIET) { |
1594 |
if (have_pty && options.log_level > SYSLOG_LEVEL_QUIET) { |
| 1595 |
snprintf(buf, sizeof buf, "Connection to %.64s closed.\r\n", host); |
1595 |
snprintf(buf, sizeof buf, "Connection to %.64s closed.\r\n", host); |
| 1596 |
buffer_append(&stderr_buffer, buf, strlen(buf)); |
1596 |
buffer_append(&stderr_buffer, buf, strlen(buf)); |
| 1597 |
} |
1597 |
} |