Merge pull request #969 from scribam/patch-1

Update log_msg.h
This commit is contained in:
Gabi Melman
2019-01-17 03:18:36 +02:00
committed by GitHub

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
{
}