Chromium Code Reviews| Index: net/disk_cache/rankings.cc |
| =================================================================== |
| --- net/disk_cache/rankings.cc (revision 108011) |
| +++ net/disk_cache/rankings.cc (working copy) |
| @@ -865,7 +865,7 @@ |
| for (IteratorList::iterator it = iterators_.begin(); it != iterators_.end(); |
| ++it) { |
| if (it->first == address) { |
| - LOG(WARNING) << "Invalidating iterator at 0x" << std::hex << address; |
| + DLOG(INFO) << "Invalidating iterator at 0x" << std::hex << address; |
| it->second->Discard(); |
| } |
| } |