Skip to content

Commit 8cb1bc8

Browse files
authored
Merge pull request #969 from scribam/patch-1
Update log_msg.h
2 parents f4c737e + 1798a1f commit 8cb1bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spdlog/details/log_msg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ struct log_msg
2525

2626
#ifndef SPDLOG_NO_THREAD_ID
2727
, thread_id(os::thread_id())
28+
#endif
2829
, source(loc)
2930
, payload(view)
30-
#endif
3131
{
3232
}
3333

0 commit comments

Comments
 (0)