]> sjero.net Git - wget/blobdiff - src/mswindows.c
[svn] Logging system bugfixes and improvements.
[wget] / src / mswindows.c
index 6353cc280b48f18d2acad96c190aba9189554ccd..f10c61238291b34f1d10702907a6f9e44014e359 100644 (file)
@@ -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