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 3d8e7cfb5..f72b73bf8 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -624,7 +624,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg)
624 if (!channel_still_open()) 624 if (!channel_still_open())
625 break; 625 break;
626 if (!waiting_termination) { 626 if (!waiting_termination) {
627 const char *s = "Waiting for forwarded connections to terminate...\r\n"; 627 const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n";
628 char *cp; 628 char *cp;
629 waiting_termination = 1; 629 waiting_termination = 1;
630 buffer_append(&stderr_buffer, s, strlen(s)); 630 buffer_append(&stderr_buffer, s, strlen(s));