diff --git a/src/common/assert.h b/src/common/assert.h index c44fe8c36..2c7216464 100644 --- a/src/common/assert.h +++ b/src/common/assert.h @@ -55,4 +55,4 @@ assert_noinline_call(const Fn& fn) { #endif #define UNIMPLEMENTED() LOG_CRITICAL(Debug, "Unimplemented code!") -#define UNIMPLEMENTED_MSG(_a_, ...) ASSERT_MSG(false, _a_, __VA_ARGS__) +#define UNIMPLEMENTED_MSG(_a_, ...) LOG_CRITICAL(Debug, _a_, __VA_ARGS__)