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-10 13:00:40 +0000
commit6165757b14648f66150a0b5b45790b117f562790 (patch)
tree774a2717c114cdbed71d4b0cdfa2e114a4cfe38a
parent2ebca9787f92efa5d3fa1a1a47547f5ed1d31ca0 (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));