summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2014-02-09 16:09:56 +0000
committerColin Watson <cjwatson@debian.org>2016-08-07 12:18:43 +0100
commit173d65e72989cba82502604da3f1336766c0cf0f (patch)
treec001230264a660fea38eca8cb04a689bc2271cce
parent8eeec10866f78acd021824225e9d62e4a18fc2c3 (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 3563e5d42..c4e1d1d61 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -687,7 +687,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg)
687 if (!channel_still_open()) 687 if (!channel_still_open())
688 break; 688 break;
689 if (!waiting_termination) { 689 if (!waiting_termination) {
690 const char *s = "Waiting for forwarded connections to terminate...\r\n"; 690 const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n";
691 char *cp; 691 char *cp;
692 waiting_termination = 1; 692 waiting_termination = 1;
693 buffer_append(&stderr_buffer, s, strlen(s)); 693 buffer_append(&stderr_buffer, s, strlen(s));