1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Fix quiet -> opt.quiet.

This commit is contained in:
Micah Cowan 2008-04-12 23:12:35 -07:00
parent 458eb3b8ce
commit 977bb27639

View 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);