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 d13b5c9 commit 5204c9aCopy full SHA for 5204c9a
src/core/sp_main.cpp
@@ -240,8 +240,8 @@ class SPLoggingListener: public ILoggingListener
240
// Restore the old logging state before SP has been loaded
241
LoggingSystem_PopLoggingState(false);
242
243
- // Resend the log message. Out listener won't get called anymore
244
- LoggingSystem_Log(
+ // Resend the log message. Our listener won't get called anymore
+ LoggingSystem_LogDirect(
245
pContext->m_ChannelID,
246
pContext->m_Severity,
247
pContext->m_Color,
0 commit comments