Sven Neuhaus made --silent being acknowledged even when multiple URLs

were used
This commit is contained in:
Daniel Stenberg 2002-09-04 13:43:20 +00:00
parent 33b8e71583
commit 56587e2821
1 changed files with 1 additions and 1 deletions

View File

@ -2598,7 +2598,7 @@ operate(struct Configurable *config, int argc, char *argv[])
config->conf |= CONF_NOPROGRESS;
if (urlnum > 1) {
if (urlnum > 1 && !(config->conf&CONF_MUTE)) {
fprintf(stderr, "\n[%d/%d]: %s --> %s\n",
i+1, urlnum, url, outfile ? outfile : "<stdout>");
if (separator)