summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/assert.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/assert.hpp b/compat/assert.hpp
index 683b9e72..73e1d376 100644
--- a/compat/assert.hpp
+++ b/compat/assert.hpp
@@ -92,11 +92,11 @@
{ \
if (a != b) [[unlikely]] \
{ \
- DBG_nospace << Debug::color(Debug::Color::Red) \
+ DBG_nospace << Debug::color(Debug::Color::Magenta) \
<< "fatal:" \
<< Debug::resetColor << " " \
<< "Equality assertion failed at " \
- << __FILE__ << ":" << __LINE__ << ":"; \
+ << __FILE__ << ":" << __LINE__; \
DBG_nospace << #__VA_ARGS__; \
DBG_nospace << " expected: " << a; \
DBG_nospace << " actual: " << b; \