Index: webkit/browser/appcache/appcache_storage_impl.cc |
diff --git a/webkit/browser/appcache/appcache_storage_impl.cc b/webkit/browser/appcache/appcache_storage_impl.cc |
index f762a1647b793d80906169a3b44e98a340fb9004..145486ad9caeb8aeb8591259dc09da1d852cbc5a 100644 |
--- a/webkit/browser/appcache/appcache_storage_impl.cc |
+++ b/webkit/browser/appcache/appcache_storage_impl.cc |
@@ -1803,7 +1803,7 @@ AppCacheDiskCache* AppCacheStorageImpl::disk_cache() { |
void AppCacheStorageImpl::OnDiskCacheInitialized(int rv) { |
if (rv != net::OK) { |
- LOG(ERROR) << "Failed to open the appcache diskcache."; |
+ VLOG(1) << "Failed to open the appcache diskcache."; |
AppCacheHistograms::CountInitResult(AppCacheHistograms::DISK_CACHE_ERROR); |
// We're unable to open the disk cache, this is a fatal error that we can't |