From c4ded09031c1ac201c265141dea7d25e64800e9e Mon Sep 17 00:00:00 2001 From: "dmaclach@chromium.org" Date: Wed, 2 Feb 2011 20:33:07 +0000 Subject: Got rid of extra space in notification log BUG=none TEST=build Review URL: http://codereview.chromium.org/6286049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73501 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/notification_service.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/common/notification_service.cc b/chrome/common/notification_service.cc index 4414cc6..06e4819 100644 --- a/chrome/common/notification_service.cc +++ b/chrome/common/notification_service.cc @@ -133,7 +133,7 @@ NotificationService::~NotificationService() { // This may not be completely fixable -- see // http://code.google.com/p/chromium/issues/detail?id=11010 . VLOG(1) << observer_counts_[i] << " notification observer(s) leaked " - " of notification type " << i; + "of notification type " << i; } } #endif -- cgit v1.1