summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2014-02-09 16:09:56 +0000
committerColin Watson <cjwatson@debian.org>2016-02-29 12:33:29 +0000
commit5c2c0e042d57cee75528686f47b4c47db434ad8b (patch)
tree392cf3921cbd542833b0ccc016a69632d25b3093
parent754544297b321ab1ce1923e6aa9987bb82dd4fc5 (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));