mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Issue #77 Simplify thread utils
This commit is contained in:
@@ -1008,7 +1008,7 @@ namespace BlackCore
|
||||
if (hr == S_OK || hr == S_FALSE) { m_winCoInitialized = true; }
|
||||
}
|
||||
#endif
|
||||
CLogMessage(this).info(u"Initialize AFV client in thread: %1") << CThreadUtils::threadInfo(this->thread());
|
||||
CLogMessage(this).info(u"Initialize AFV client in thread %1") << CThreadUtils::currentThreadInfo();
|
||||
}
|
||||
|
||||
void CAfvClient::cleanup()
|
||||
|
||||
Reference in New Issue
Block a user