From f3468efd271b6a943d201886ca30bfc81b16670c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 23 Nov 2023 07:39:21 +0100 Subject: b --- compat/assert.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compat') 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; \ -- cgit v1.2.3