]> sjero.net Git - wget/blobdiff - src/mswindows.c
Updated config.guess, config.sub, install.sh.
[wget] / src / mswindows.c
index 9d5141f1c740941018c17fb4f31c1651bc178446..cdfea2d263390012a1a3ced53d7e47f6aa4e2064 100644 (file)
@@ -289,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);