From: Daniel Stenberg Date: Wed, 4 Sep 2002 13:43:20 +0000 (+0000) Subject: Sven Neuhaus made --silent being acknowledged even when multiple URLs X-Git-Tag: curl-7_10~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56587e282115763b356ed88f12c7fa9c734bf1b4;p=curl Sven Neuhaus made --silent being acknowledged even when multiple URLs were used --- diff --git a/src/main.c b/src/main.c index 88b9dfb69..37c63b6f1 100644 --- a/src/main.c +++ b/src/main.c @@ -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 : ""); if (separator)