summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/common/Box.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common/Box.h b/lib/common/Box.h
index 158fab7b..d68e79fe 100644
--- a/lib/common/Box.h
+++ b/lib/common/Box.h
@@ -103,7 +103,8 @@
#define THROW_EXCEPTION(type, subtype) \
{ \
- if(!HideExceptionMessageGuard::ExceptionsHidden()) \
+ if(!HideExceptionMessageGuard::ExceptionsHidden() \
+ || Logging::IsEnabled(Log::EVERYTHING)) \
{ \
OPTIONAL_DO_BACKTRACE \
BOX_WARNING("Exception thrown: " \