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 134921355..d327ff702 100644 --- a/serverloop.c +++ b/serverloop.c | |||
@@ -604,7 +604,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg) | |||
604 | if (!channel_still_open()) | 604 | if (!channel_still_open()) |
605 | break; | 605 | break; |
606 | if (!waiting_termination) { | 606 | if (!waiting_termination) { |
607 | const char *s = "Waiting for forwarded connections to terminate...\r\n"; | 607 | const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n"; |
608 | char *cp; | 608 | char *cp; |
609 | waiting_termination = 1; | 609 | waiting_termination = 1; |
610 | buffer_append(&stderr_buffer, s, strlen(s)); | 610 | buffer_append(&stderr_buffer, s, strlen(s)); |