mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
comment out printf() to make output terse
This commit is contained in:
@ -78,7 +78,7 @@ static void compressFile_orDie(resources ress, const char* fname, const char* on
|
|||||||
saveFile_orDie(oname, ress.cBuffer, cSize);
|
saveFile_orDie(oname, ress.cBuffer, cSize);
|
||||||
|
|
||||||
/* success */
|
/* success */
|
||||||
printf("%25s : %6u -> %7u - %s \n", fname, (unsigned)fSize, (unsigned)cSize, oname);
|
// printf("%25s : %6u -> %7u - %s \n", fname, (unsigned)fSize, (unsigned)cSize, oname);
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, const char** argv)
|
int main(int argc, const char** argv)
|
||||||
|
Reference in New Issue
Block a user