summaryrefslogtreecommitdiff
path: root/content/browser/download/file_metadata_unittest_linux.cc
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-11-28 11:55:43 +0000
committerTorne (Richard Coles) <torne@google.com>2013-11-28 11:55:43 +0000
commitf2477e01787aa58f445919b809d89e252beef54f (patch)
tree2db962b4af39f0db3a5f83b314373d0530c484b8 /content/browser/download/file_metadata_unittest_linux.cc
parent7daea1dd5ff7e419322de831b642d81af3247912 (diff)
downloadchromium_org-f2477e01787aa58f445919b809d89e252beef54f.tar.gz
Merge from Chromium at DEPS revision 237746
This commit was generated by merge_to_master.py. Change-Id: I8997af4cddfeb09a7c26f7e8e672c712cab461ea
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.";
}
}