]> sjero.net Git - wget/blobdiff - src/utils.c
Back out quieting of background message: need the pid.
[wget] / src / utils.c
index b5efbaa0c6a9664da8a64810ca1db74979e2aea1..a8c5303862c5274dba500bbcab157ac5b251a641 100644 (file)
@@ -325,8 +325,7 @@ fork_to_background (void)
   else if (pid != 0)
     {
       /* parent, no error */
-      if (!opt.quiet)
-        printf (_("Continuing in background, pid %d.\n"), (int) pid);
+      printf (_("Continuing in background, pid %d.\n"), (int) pid);
       if (logfile_changed)
         printf (_("Output will be written to `%s'.\n"), opt.lfilename);
       exit (0);                 /* #### should we use _exit()? */