diff options
author | Matthew Vernon <matthew@debian.org> | 2014-02-09 16:09:56 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:18:07 +0000 |
commit | ea2e0af0bc3a683edb32b508c03eb793617f6f31 (patch) | |
tree | bbc970df99e40df8e8c36490338bf379d8c056b9 /serverloop.c | |
parent | da5b4ce7296ada332d70133a9ec02ba71c742b7d (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
Diffstat (limited to 'serverloop.c')
-rw-r--r-- | serverloop.c | 2 |
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)); |