Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8944)

Unified Diff: chrome/common/notification_service.cc

Issue 159806: Make NotificationObserver leaks into LOG(INFO). (Closed)
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_service.cc
diff --git a/chrome/common/notification_service.cc b/chrome/common/notification_service.cc
index a125e31c2d0905ed3f76e15eb530f357cfaa6f51..f066b8ed23d031390de7b9033aca913eb3b922d1 100644
--- a/chrome/common/notification_service.cc
+++ b/chrome/common/notification_service.cc
@@ -125,7 +125,7 @@ NotificationService::~NotificationService() {
// This may not be completely fixable -- see
// http://code.google.com/p/chromium/issues/detail?id=11010 .
// But any new leaks should be fixed.
- LOG(WARNING) << observer_counts_[i] << " notification observer(s) leaked"
+ LOG(INFO) << observer_counts_[i] << " notification observer(s) leaked"
<< " of notification type " << i;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698