diff --git a/Utilities/Log.h b/Utilities/Log.h index b3bf96bdc4..8c98e34a95 100644 --- a/Utilities/Log.h +++ b/Utilities/Log.h @@ -73,7 +73,7 @@ namespace logs #define GEN_LOG_METHOD(_sev)\ const message msg_##_sev{this, level::_sev};\ template \ - void _sev(const char* fmt, const Args&... args)\ + SAFE_BUFFERS void _sev(const char* fmt, const Args&... args)\ {\ if (UNLIKELY(level::_sev <= enabled))\ {\