summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverloop.c b/serverloop.c
index d2eff170a..031847873 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -608,7 +608,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg)
608 if (!channel_still_open()) 608 if (!channel_still_open())
609 break; 609 break;
610 if (!waiting_termination) { 610 if (!waiting_termination) {
611 const char *s = "Waiting for forwarded connections to terminate...\r\n"; 611 const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n";
612 char *cp; 612 char *cp;
613 waiting_termination = 1; 613 waiting_termination = 1;
614 buffer_append(&stderr_buffer, s, strlen(s)); 614 buffer_append(&stderr_buffer, s, strlen(s));