]> sjero.net Git - wget/blobdiff - src/mswindows.c
Back out quieting of background message: need the pid.
[wget] / src / mswindows.c
index 9d5141f1c740941018c17fb4f31c1651bc178446..2a1469631299a20c70dd6cd77856c78d2df6fc2b 100644 (file)
@@ -289,8 +289,7 @@ 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);