mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
tool_progress: shut off progress meter for --silent in parallel
Reported-by: finkjsc on github Fixes #10573 Closes #10579
This commit is contained in:
parent
bb11969838
commit
475207c1c8
@ -173,7 +173,7 @@ bool progress_meter(struct GlobalConfig *global,
|
||||
struct timeval now;
|
||||
long diff;
|
||||
|
||||
if(global->noprogress)
|
||||
if(global->noprogress || global->silent)
|
||||
return FALSE;
|
||||
|
||||
now = tvnow();
|
||||
|
Loading…
Reference in New Issue
Block a user