Update log_msg.h

`SPDLOG_NO_THREAD_ID` should only affect thread retrieval.
This commit is contained in:
scribam 2019-01-17 00:23:06 +01:00 committed by GitHub
parent f4c737ef42
commit 1798a1fa12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,9 +25,9 @@ struct log_msg
#ifndef SPDLOG_NO_THREAD_ID
, thread_id(os::thread_id())
#endif
, source(loc)
, payload(view)
#endif
{
}