summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/Box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Box.h b/lib/common/Box.h
index 9c0141d7..080b56b2 100644
--- a/lib/common/Box.h
+++ b/lib/common/Box.h
@@ -112,7 +112,7 @@
#define THROW_EXCEPTION(type, subtype) \
{ \
OPTIONAL_DO_BACKTRACE \
- BOX_WARN("Exception thrown: " #type "(" #subtype ") at " \
+ BOX_WARNING("Exception thrown: " #type "(" #subtype ") at " \
__FILE__ "(" << __LINE__ << ")") \
throw type(type::subtype); \
}