[Box Backup-commit] COMMIT r2546 - box/trunk/lib/common

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Sun Jul 5 22:46:33 BST 2009


Author: chris
Date: 2009-07-05 22:46:33 +0100 (Sun, 05 Jul 2009)
New Revision: 2546

Modified:
   box/trunk/lib/common/Logging.cpp
Log:
Add a static variable to store the exceptions suppressed flag.


Modified: box/trunk/lib/common/Logging.cpp
===================================================================
--- box/trunk/lib/common/Logging.cpp	2009-07-05 21:46:08 UTC (rev 2545)
+++ box/trunk/lib/common/Logging.cpp	2009-07-05 21:46:33 UTC (rev 2546)
@@ -33,6 +33,8 @@
 bool Logging::sLogToConsole = false;
 bool Logging::sContextSet   = false;
 
+bool HideExceptionMessageGuard::sHiddenState = false;
+
 std::vector<Logger*> Logging::sLoggers;
 std::string Logging::sContext;
 Console*    Logging::spConsole = NULL;




More information about the Boxbackup-commit mailing list