From dd38e096b2ae316bb98eb24c0ce65652f1dfe261 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 24 Mar 2020 02:15:14 +0200 Subject: [PATCH] Fix issue #1486 --- include/spdlog/tweakme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h index 1e9235c8..244bc3b3 100644 --- a/include/spdlog/tweakme.h +++ b/include/spdlog/tweakme.h @@ -24,7 +24,7 @@ // This will prevent spdlog from querying the thread id on each log call. // // WARNING: If the log pattern contains thread id (i.e, %t) while this flag is -// on, the result is undefined. +// on, zero will be logged as thread id. // // #define SPDLOG_NO_THREAD_ID ///////////////////////////////////////////////////////////////////////////////