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
commit 8cb1bc89f1
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
{
}