Commit 56587e28 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

were used
parent 33b8e715
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)