summaryrefslogtreecommitdiff
path: root/src/mswindows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mswindows.c')
-rw-r--r--src/mswindows.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mswindows.c b/src/mswindows.c
index 9735370e..90e6ec4f 100644
--- a/src/mswindows.c
+++ b/src/mswindows.c
@@ -53,9 +53,6 @@ as that of the covered work. */
#endif
-/* Defined in log.c. */
-void log_request_redirect_output (const char *);
-
/* Windows version of xsleep in utils.c. */
void
@@ -98,7 +95,7 @@ static void
ws_hangup (const char *reason)
{
fprintf (stderr, _("Continuing in background.\n"));
- log_request_redirect_output (reason);
+ redirect_output (true, reason);
/* Detach process from the current console. Under Windows 9x, if we
were launched from a 16-bit process (which is usually the case;