summaryrefslogtreecommitdiffstats
path: root/chrome/common/json_pref_store.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-28 22:49:27 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-28 22:49:27 +0000
commit26f025e36b53b7691dc6cc2eb4db15b225418058 (patch)
tree2103459982819f9461bf004e8aa8f2d9bdbf0e05 /chrome/common/json_pref_store.cc
parent68013c2a6702fd9c72d3a4e3a2772559ce32202c (diff)
downloadchromium_src-26f025e36b53b7691dc6cc2eb4db15b225418058.zip
chromium_src-26f025e36b53b7691dc6cc2eb4db15b225418058.tar.gz
chromium_src-26f025e36b53b7691dc6cc2eb4db15b225418058.tar.bz2
Convert chrome/common non-debug logs to debug logs.
Review URL: http://codereview.chromium.org/8368018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107814 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/json_pref_store.cc')
-rw-r--r--chrome/common/json_pref_store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/json_pref_store.cc b/chrome/common/json_pref_store.cc
index 06c2028..4fe393a 100644
--- a/chrome/common/json_pref_store.cc
+++ b/chrome/common/json_pref_store.cc
@@ -96,7 +96,7 @@ void FileThreadDeserializer::HandleErrors(
PersistentPrefStore::PrefReadError* error) {
*error = PersistentPrefStore::PREF_READ_ERROR_NONE;
if (!value) {
- VLOG(1) << "Error while loading JSON file: " << error_msg;
+ DVLOG(1) << "Error while loading JSON file: " << error_msg;
switch (error_code) {
case JSONFileValueSerializer::JSON_ACCESS_DENIED:
*error = PersistentPrefStore::PREF_READ_ERROR_ACCESS_DENIED;