diff options
Diffstat (limited to 'serverloop.c')
-rw-r--r-- | serverloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverloop.c b/serverloop.c index 8be01c5c3..db3c2514f 100644 --- a/serverloop.c +++ b/serverloop.c | |||
@@ -680,7 +680,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg) | |||
680 | if (!channel_still_open()) | 680 | if (!channel_still_open()) |
681 | break; | 681 | break; |
682 | if (!waiting_termination) { | 682 | if (!waiting_termination) { |
683 | const char *s = "Waiting for forwarded connections to terminate...\r\n"; | 683 | const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n"; |
684 | char *cp; | 684 | char *cp; |
685 | waiting_termination = 1; | 685 | waiting_termination = 1; |
686 | buffer_append(&stderr_buffer, s, strlen(s)); | 686 | buffer_append(&stderr_buffer, s, strlen(s)); |