]> granicus.if.org Git - curl/commitdiff
Sven Neuhaus made --silent being acknowledged even when multiple URLs
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Sep 2002 13:43:20 +0000 (13:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Sep 2002 13:43:20 +0000 (13:43 +0000)
were used

src/main.c

index 88b9dfb69dd413ae931992275bacd3ac0fd7a320..37c63b6f150d7d20be42c05c740204b686a8e1a0 100644 (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)