Unverified Commit dd38e096 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Fix issue #1486

parent ea89efbe
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
// This will prevent spdlog from querying the thread id on each log call. // 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 // 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 // #define SPDLOG_NO_THREAD_ID
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment