From 9507e0cf681835f757e3e3c9cc7e6ebfa7f4c363 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 12 Sep 2024 22:31:43 +0300 Subject: [PATCH] Update mdc.h --- include/spdlog/mdc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/mdc.h b/include/spdlog/mdc.h index 5532de0d..80b6f25c 100644 --- a/include/spdlog/mdc.h +++ b/include/spdlog/mdc.h @@ -4,7 +4,7 @@ #pragma once #if defined(SPDLOG_NO_TLS) - #error "This header requires thread local storage support. Please do not define SPDLOG_NO_TLS." + #error "This header requires thread local storage support, but SPDLOG_NO_TLS is defined." #endif #include