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 81cafe6ad..f6419b592 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -676,7 +676,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg)
676 if (!channel_still_open()) 676 if (!channel_still_open())
677 break; 677 break;
678 if (!waiting_termination) { 678 if (!waiting_termination) {
679 const char *s = "Waiting for forwarded connections to terminate...\r\n"; 679 const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n";
680 char *cp; 680 char *cp;
681 waiting_termination = 1; 681 waiting_termination = 1;
682 buffer_append(&stderr_buffer, s, strlen(s)); 682 buffer_append(&stderr_buffer, s, strlen(s));