]> sjero.net Git - wget/blobdiff - src/mswindows.c
Back out quieting of background message: need the pid.
[wget] / src / mswindows.c
index 40f0d7626b31c43888b0f3ed6dc7bfcb884f1adc..2a1469631299a20c70dd6cd77856c78d2df6fc2b 100644 (file)
@@ -157,7 +157,7 @@ fake_fork_child (void)
   event = info->event;
 
   info->logfile_changed = false;
-  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);