提交 560ed402 编写于 作者: I Igor Canadi

[minor] fprintf to stderr instead of stdout in test

上级 551a41df
......@@ -8139,7 +8139,7 @@ TEST(DBTest, Randomized) {
}
if ((step % 2000) == 0) {
fprintf(stdout,
fprintf(stderr,
"DBTest.Randomized, option ID: %d, step: %d out of %d\n",
option_config_, step, N);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册