From 1e86eecaf61271b225af6916f016376c34631602 Mon Sep 17 00:00:00 2001 From: Date: Tue, 15 Jun 2010 07:04:56 +0000 Subject: [PATCH] Minor message update. git-svn-id: https://google-glog.googlecode.com/svn/trunk@90 eb4d4688-79bd-11dd-afb4-1d65580434c0 --- src/utilities.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4