From 79cf0b3654d7b597de323153eb57015cdfbd90a4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 1 Sep 2003 00:51:03 +0000 Subject: Debian release 3.4p1-1. --- serverloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serverloop.c') diff --git a/serverloop.c b/serverloop.c index 134921355..d327ff702 100644 --- a/serverloop.c +++ b/serverloop.c @@ -604,7 +604,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg) if (!channel_still_open()) break; if (!waiting_termination) { - const char *s = "Waiting for forwarded connections to terminate...\r\n"; + const char *s = "Waiting for forwarded connections to terminate... (press ~& to background)\r\n"; char *cp; waiting_termination = 1; buffer_append(&stderr_buffer, s, strlen(s)); -- cgit v1.2.3