summaryrefslogtreecommitdiff
path: root/lib/common/Box.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Box.h')
-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 d68e79fe..4a30891a 100644
--- a/lib/common/Box.h
+++ b/lib/common/Box.h
@@ -118,7 +118,8 @@
{ \
std::ostringstream _box_throw_line; \
_box_throw_line << message; \
- if(!HideExceptionMessageGuard::ExceptionsHidden()) \
+ if(!HideExceptionMessageGuard::ExceptionsHidden() \
+ || Logging::IsEnabled(Log::EVERYTHING)) \
{ \
OPTIONAL_DO_BACKTRACE \
BOX_WARNING("Exception thrown: " \