summaryrefslogtreecommitdiff
path: root/content/browser/download/file_metadata_unittest_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download/file_metadata_unittest_linux.cc')
-rw-r--r--content/browser/download/file_metadata_unittest_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/download/file_metadata_unittest_linux.cc b/content/browser/download/file_metadata_unittest_linux.cc
index 4a3ebca5a2..4f223519c4 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.";
}
}