Print zstd warning to stdout in stress test (#12338)

Summary:
so the stress test does not fail.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/12338

Reviewed By: jaykorean

Differential Revision: D53542941

Pulled By: cbi42

fbshipit-source-id: 83b2eb3cb5cc4c5a268da386c22c4aadeb039a74
This commit is contained in:
Changyu Bi 2024-02-07 14:17:51 -08:00 committed by Facebook GitHub Bot
parent 9a2d7485f0
commit 42a8e583c9
1 changed files with 1 additions and 1 deletions

View File

@ -3352,7 +3352,7 @@ void InitializeOptionsFromFlags(
FLAGS_compression_use_zstd_dict_trainer;
} else if (!FLAGS_compression_use_zstd_dict_trainer) {
fprintf(
stderr,
stdout,
"WARNING: use_zstd_dict_trainer is false but zstd finalizeDictionary "
"cannot be used because ZSTD 1.4.5+ is not linked with the binary."
" zstd dictionary trainer will be used.\n");