X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmswindows.c;h=cdfea2d263390012a1a3ced53d7e47f6aa4e2064;hp=5fe764e1979e93ec0d50471979cbce7c2b2849a9;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=7783870db1f9b31f743c2392c4ecdeb1c39ca76c diff --git a/src/mswindows.c b/src/mswindows.c index 5fe764e1..cdfea2d2 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -157,11 +157,7 @@ fake_fork_child (void) event = info->event; info->logfile_changed = false; - if (opt.quiet && !opt.server_response) - { - log_close (); - } - if (!opt.lfilename) + if (!opt.lfilename && (!opt.quiet || opt.server_response)) { /* See utils:fork_to_background for explanation. */ FILE *new_log_fp = unique_create (DEFAULT_LOGFILE, false, &opt.lfilename); @@ -293,10 +289,9 @@ fake_fork (void) goto cleanup; } - if (!opt.quiet) - printf (_("Continuing in background, pid %lu.\n"), pi.dwProcessId); + printf (_("Continuing in background, pid %lu.\n"), pi.dwProcessId); if (info->logfile_changed) - printf (_("Output will be written to `%s'.\n"), info->lfilename); + printf (_("Output will be written to %s.\n"), quote (info->lfilename)); UnmapViewOfFile (info);