X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmswindows.c;h=f10c61238291b34f1d10702907a6f9e44014e359;hp=6353cc280b48f18d2acad96c190aba9189554ccd;hb=1365950c01a87e8ede70da4d3937d379e3050d13;hpb=7d65f1b896f60a25bb975d775ab195794741a65a diff --git a/src/mswindows.c b/src/mswindows.c index 6353cc28..f10c6123 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -36,7 +36,7 @@ extern int errno; #endif /* Defined in log.c. */ -void redirect_output (const char *); +void log_request_redirect_output PARAMS ((const char *)); static int windows_nt_p; @@ -103,10 +103,7 @@ ws_cleanup (void) static void ws_hangup (void) { - redirect_output (_("\n\ -CTRL+Break received, redirecting output to `%s'.\n\ -Execution continued in background.\n\ -You may stop Wget by pressing CTRL+ALT+DELETE.\n")); + log_request_redirect_output ("CTRL+Break"); } void