From 78d2d63c8f9b15c2b69cd5a410961e612a72452f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 5 Jul 2009 21:46:33 +0000 Subject: Add a static variable to store the exceptions suppressed flag. --- lib/common/Logging.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/common/Logging.cpp b/lib/common/Logging.cpp index 1666b487..681e1352 100644 --- a/lib/common/Logging.cpp +++ b/lib/common/Logging.cpp @@ -33,6 +33,8 @@ bool Logging::sLogToSyslog = false; bool Logging::sLogToConsole = false; bool Logging::sContextSet = false; +bool HideExceptionMessageGuard::sHiddenState = false; + std::vector Logging::sLoggers; std::string Logging::sContext; Console* Logging::spConsole = NULL; -- cgit v1.2.3