summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/Box.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/Box.h b/lib/common/Box.h
index 77f7d1f4..57b97416 100644
--- a/lib/common/Box.h
+++ b/lib/common/Box.h
@@ -119,8 +119,8 @@
{ \
OPTIONAL_DO_BACKTRACE \
BOX_WARNING("Exception thrown: " \
- #type "(" #subtype ") (" message ") at " \
- __FILE__ "(" << __LINE__ << ")") \
+ #type "(" #subtype ") (" << message << \
+ ") at " __FILE__ "(" << __LINE__ << ")") \
} \
throw type(type::subtype, message); \
}