summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2014-02-09 16:09:56 +0000
committerColin Watson <cjwatson@debian.org>2014-02-09 23:43:40 +0000
commit84589dc348c43ec22b50ede0c2946cf6afd0980d (patch)
treed4172987301b8d6ba6e15695f6cfbaf1e22a2ac6
parent360257b8a56798d507123ff770f2def408464f00 (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 ccbad617d..5f22df3df 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -686,7 +686,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg)
686 if (!channel_still_open()) 686 if (!channel_still_open())
687 break; 687 break;
688 if (!waiting_termination) { 688 if (!waiting_termination) {
689 const char *s = "Waiting for forwarded connections to terminate...\r\n"; 689 const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n";
690 char *cp; 690 char *cp;
691 waiting_termination = 1; 691 waiting_termination = 1;
692 buffer_append(&stderr_buffer, s, strlen(s)); 692 buffer_append(&stderr_buffer, s, strlen(s));