diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-02 20:33:07 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-02 20:33:07 +0000 |
commit | c4ded09031c1ac201c265141dea7d25e64800e9e (patch) | |
tree | c990c61d34cdf1437656491e59d7f8ec19261868 /chrome | |
parent | de3b95ba1d642103282767fcfe9cf59f6390dfd4 (diff) | |
download | chromium_src-c4ded09031c1ac201c265141dea7d25e64800e9e.zip chromium_src-c4ded09031c1ac201c265141dea7d25e64800e9e.tar.gz chromium_src-c4ded09031c1ac201c265141dea7d25e64800e9e.tar.bz2 |
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
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/notification_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |