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 ab7eb3c80443057e1f233a15b4f751464041bf23..d3a6ea4c69ef8967342312408a4583d391f738fb 100644 |
--- a/content/browser/download/file_metadata_unittest_linux.cc |
+++ b/content/browser/download/file_metadata_unittest_linux.cc |
@@ -57,8 +57,8 @@ class FileMetadataLinuxTest : public testing::Test { |
"user.test", "test", 4, 0); |
is_xattr_supported_ = (!result) || (errno != ENOTSUP); |
if (!is_xattr_supported_) { |
- VLOG(0) << "Test will be skipped because extended attributes are not " |
- << "supported on this OS/file system."; |
+ DVLOG(0) << "Test will be skipped because extended attributes are not " |
+ << "supported on this OS/file system."; |
} |
} |