We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36dedb commit 478b5fbCopy full SHA for 478b5fb
src/main/cpp/loggingevent.cpp
@@ -152,7 +152,7 @@ struct LoggingEvent::LoggingEventPrivate
152
153
std::chrono::time_point<std::chrono::system_clock> chronoTimeStamp;
154
155
- ThreadSpecificData::NameDataPtr pNames = ThreadSpecificData::getCurrentData()->getThreadNames();
+ ThreadSpecificData::OtherDataPtr pNames = ThreadSpecificData::getCurrentData()->getOtherData();
156
157
struct DiagnosticContext
158
{
0 commit comments