summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2014-02-09 16:09:56 +0000
committerColin Watson <cjwatson@debian.org>2016-03-21 12:06:15 +0000
commit2b2c5ff34efa305e141130466260ca97f3a429ff (patch)
tree40adfaaf6d8a55b523850703337cd8843e6addaf
parentf1e898fb6e470f99c3e64313c6f9fce08eb94e80 (diff)
Mention ~& when waiting for forwarded connections to terminate
Bug-Debian: http://bugs.debian.org/50308 Last-Update: 2010-02-27 Patch-Name: helpful-wait-terminate.patch
-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));