diff --git a/db/db_test.cc b/db/db_test.cc index c734351b5..535b800a9 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); }