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:
Yan 2026-01-08 03:47:37 +00:00
parent 82d322c497
commit 10f6bf09fc

View file

@ -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)) {