diff --git a/db/db_test.cc b/db/db_test.cc index c734351b562a2f1388e9f14462eb6462a6c65330..535b800a941aefff5e5dc7ef0c547d24ee0a2218 100644 --- a/db/db_test.cc +++ b/db/db_test.cc @@ -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); }