]> sjero.net Git - wget/commitdiff
Fix quiet -> opt.quiet.
authorMicah Cowan <micah@cowan.name>
Sun, 13 Apr 2008 06:12:35 +0000 (23:12 -0700)
committerMicah Cowan <micah@cowan.name>
Sun, 13 Apr 2008 06:12:35 +0000 (23:12 -0700)
src/utils.c

index 7aac94fdbee79f2937682879ab542d97ffcd122c..b5efbaa0c6a9664da8a64810ca1db74979e2aea1 100644 (file)
@@ -325,7 +325,7 @@ fork_to_background (void)
   else if (pid != 0)
     {
       /* parent, no error */
-      if (!quiet)
+      if (!opt.quiet)
         printf (_("Continuing in background, pid %d.\n"), (int) pid);
       if (logfile_changed)
         printf (_("Output will be written to `%s'.\n"), opt.lfilename);