summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-01 00:51:03 +0000
committerColin Watson <cjwatson@debian.org>2003-09-01 00:51:03 +0000
commit79cf0b3654d7b597de323153eb57015cdfbd90a4 (patch)
tree274e78bc3369e218e59aa1fcc9b7e90697f424f1 /serverloop.c
parentd984a3c6658e950881edcfb2aae464add93f68d4 (diff)
Debian release 3.4p1-1.
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 134921355..d327ff702 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -604,7 +604,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg)
604 if (!channel_still_open()) 604 if (!channel_still_open())
605 break; 605 break;
606 if (!waiting_termination) { 606 if (!waiting_termination) {
607 const char *s = "Waiting for forwarded connections to terminate...\r\n"; 607 const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n";
608 char *cp; 608 char *cp;
609 waiting_termination = 1; 609 waiting_termination = 1;
610 buffer_append(&stderr_buffer, s, strlen(s)); 610 buffer_append(&stderr_buffer, s, strlen(s));