[minor] fprintf to stderr instead of stdout in test

This commit is contained in:
Igor Canadi 2015-01-27 21:00:33 -08:00
parent 551a41df37
commit 560ed402bd

View File

@ -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);
}