Index: content/browser/download/file_metadata_unittest_linux.cc |
diff --git a/content/browser/download/file_metadata_unittest_linux.cc b/content/browser/download/file_metadata_unittest_linux.cc |
index 4a3ebca5a2c4dea86bc100099b17ca382e7592d4..4f223519c492a3f453912099b5804d67c02b7284 100644 |
--- a/content/browser/download/file_metadata_unittest_linux.cc |
+++ b/content/browser/download/file_metadata_unittest_linux.cc |
@@ -58,7 +58,7 @@ class FileMetadataLinuxTest : public testing::Test { |
"user.test", "test", 4, 0); |
is_xattr_supported_ = (!result) || (errno != ENOTSUP); |
if (!is_xattr_supported_) { |
- LOG(INFO) << "Test will be skipped because extended attributes are not " |
+ VLOG(0) << "Test will be skipped because extended attributes are not " |
<< "supported on this OS/file system."; |
} |
} |