Minor message update.
author <shinichiro.hamaji@gmail.com> <>
Tue, 15 Jun 2010 07:04:56 +0000 (07:04 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Tue, 15 Jun 2010 07:04:56 +0000 (07:04 +0000)
git-svn-id: https://google-glog.googlecode.com/svn/trunk@90 eb4d4688-79bd-11dd-afb4-1d65580434c0

src/utilities.cc

index e97d4f2..7e47690 100644 (file)
@@ -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