summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--serverloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverloop.c b/serverloop.c
index 80d1db549..830f88562 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -683,7 +683,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg)
683 if (!channel_still_open()) 683 if (!channel_still_open())
684 break; 684 break;
685 if (!waiting_termination) { 685 if (!waiting_termination) {
686 const char *s = "Waiting for forwarded connections to terminate...\r\n"; 686 const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n";
687 char *cp; 687 char *cp;
688 waiting_termination = 1; 688 waiting_termination = 1;
689 buffer_append(&stderr_buffer, s, strlen(s)); 689 buffer_append(&stderr_buffer, s, strlen(s));