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