From bd96fd4e8c722bfe66a4fbc52a9e715f9835f547 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 12 Sep 2024 22:33:16 +0300 Subject: [PATCH] Update mdc.h Update error message --- 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