summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/common/notification_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/notification_service.cc b/chrome/common/notification_service.cc
index a125e31..f066b8e 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;
}
}