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 f4df9cccb..050081018 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -610,7 +610,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg)
610 if (!channel_still_open()) 610 if (!channel_still_open())
611 break; 611 break;
612 if (!waiting_termination) { 612 if (!waiting_termination) {
613 const char *s = "Waiting for forwarded connections to terminate...\r\n"; 613 const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n";
614 char *cp; 614 char *cp;
615 waiting_termination = 1; 615 waiting_termination = 1;
616 buffer_append(&stderr_buffer, s, strlen(s)); 616 buffer_append(&stderr_buffer, s, strlen(s));