Commit 1e86eeca authored by 's avatar

Minor message update.


git-svn-id: https://google-glog.googlecode.com/svn/trunk@90 eb4d4688-79bd-11dd-afb4-1d65580434c0
parent 6aa35189
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment