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:
parent
458eb3b8ce
commit
977bb27639
@ -325,7 +325,7 @@ fork_to_background (void)
|
|||||||
else if (pid != 0)
|
else if (pid != 0)
|
||||||
{
|
{
|
||||||
/* parent, no error */
|
/* parent, no error */
|
||||||
if (!quiet)
|
if (!opt.quiet)
|
||||||
printf (_("Continuing in background, pid %d.\n"), (int) pid);
|
printf (_("Continuing in background, pid %d.\n"), (int) pid);
|
||||||
if (logfile_changed)
|
if (logfile_changed)
|
||||||
printf (_("Output will be written to `%s'.\n"), opt.lfilename);
|
printf (_("Output will be written to `%s'.\n"), opt.lfilename);
|
||||||
|
Loading…
Reference in New Issue
Block a user