Unverified Commit 1798a1fa authored by scribam's avatar scribam Committed by GitHub

Update log_msg.h

`SPDLOG_NO_THREAD_ID` should only affect thread retrieval.
parent f4c737ef
...@@ -25,9 +25,9 @@ struct log_msg ...@@ -25,9 +25,9 @@ struct log_msg
#ifndef SPDLOG_NO_THREAD_ID #ifndef SPDLOG_NO_THREAD_ID
, thread_id(os::thread_id()) , thread_id(os::thread_id())
#endif
, source(loc) , source(loc)
, payload(view) , payload(view)
#endif
{ {
} }
......
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