mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Only show welcome-message if two or more verbose flags
Makes it possible to show nicer progress from stdin with -v
This commit is contained in:
parent
82d322c497
commit
10f6bf09fc
1 changed files with 2 additions and 2 deletions
|
|
@ -1350,8 +1350,8 @@ int main(int argCount, const char* argv[])
|
|||
UTIL_refFilename(filenames, argument);
|
||||
}
|
||||
|
||||
/* Welcome message (if verbose) */
|
||||
DISPLAYLEVEL(3, WELCOME_MESSAGE);
|
||||
/* Welcome message (if two verbose) */
|
||||
DISPLAYLEVEL(4, WELCOME_MESSAGE);
|
||||
|
||||
#ifdef ZSTD_MULTITHREAD
|
||||
if ((operation==zom_decompress) && (setThreads_non1)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue