fixed assert() condition

dev
Yann Collet 2018-08-09 15:57:19 -07:00
parent 79a35ac20d
commit 754942cb79
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ FIO_compressZstdFrame(const cRess_t* ressPtr,
(U32)(zfp.produced >> 20),
cShare );
} else {
assert(g_displayLevel == 2);
/* g_displayLevel <= 2; only display notifications if == 2; */
DISPLAYLEVEL(2, "\rRead : %u ", (U32)(zfp.consumed >> 20));
if (fileSize != UTIL_FILESIZE_UNKNOWN)
DISPLAYLEVEL(2, "/ %u ", (U32)(fileSize >> 20));