| Index: content/test/image_decoder_test.cc
|
| diff --git a/content/test/image_decoder_test.cc b/content/test/image_decoder_test.cc
|
| index 463cd0d1069a39c61e5ea906e1f3a0e3ce8809f3..13b3608979a4a7b245cfee446a262387a813cd61 100644
|
| --- a/content/test/image_decoder_test.cc
|
| +++ b/content/test/image_decoder_test.cc
|
| @@ -112,7 +112,7 @@ void ImageDecoderTest::SetUp() {
|
| if (!base::PathExists(data_dir_)) {
|
| const testing::TestInfo* const test_info =
|
| testing::UnitTest::GetInstance()->current_test_info();
|
| - LOG(INFO) << test_info->name() <<
|
| + VLOG(0) << test_info->name() <<
|
| " not running because test data wasn't found.";
|
| data_dir_.clear();
|
| return;
|
|
|