summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author <shinichiro.hamaji@gmail.com>2010-06-15 07:04:56 +0000
committer <shinichiro.hamaji@gmail.com>2010-06-15 07:04:56 +0000
commit1e86eecaf61271b225af6916f016376c34631602 (patch)
treea52ec892d9d1de74e6ba2d8eef8830d2048b5d6f /src
parent6aa35189f5b589030ac7e0d852d8a5df8d938493 (diff)
downloadglog-1e86eecaf61271b225af6916f016376c34631602.tar.gz
glog-1e86eecaf61271b225af6916f016376c34631602.tar.bz2
glog-1e86eecaf61271b225af6916f016376c34631602.zip
Minor message update.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@90 eb4d4688-79bd-11dd-afb4-1d65580434c0
Diffstat (limited to 'src')
-rw-r--r--src/utilities.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilities.cc b/src/utilities.cc
index e97d4f2..7e47690 100644
--- a/src/utilities.cc
+++ b/src/utilities.cc
@@ -321,7 +321,7 @@ void InitGoogleLogging(const char* argv0) {
void ShutdownGoogleLogging() {
CHECK(IsGoogleLoggingInitialized())
- << "You called ShutdownGoogleLogging() without InitGoogleLogging() first!";
+ << "You called ShutdownGoogleLogging() without calling InitGoogleLogging() first!";
#ifdef HAVE_SYSLOG_H
closelog();
#endif