diff options
author | Matthew Vernon <matthew@debian.org> | 2014-02-09 16:09:56 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-03-20 00:24:49 +0000 |
commit | ef912859a4300360164292abe47b5516c8ee4a13 (patch) | |
tree | ac5ca4d4d6a6c5afc1a863d436295d8a4a55f92d | |
parent | 9875e47079abff55f8d2c1e958e9d50de6eae7ec (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverloop.c b/serverloop.c index 2f8e3a06a..441d73b4d 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)); |