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 ///////////////////////////////////////////////////////////////////////////////