mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -52,7 +52,7 @@ namespace BlackMisc
|
||||
|
||||
if (result == 0)
|
||||
{
|
||||
CLogMessage(static_cast<CProcessCtrl*>(nullptr)).warning("Failed to start %1: %2") << program << GetLastError();
|
||||
CLogMessage(static_cast<CProcessCtrl*>(nullptr)).warning(u"Failed to start %1: %2") << program << GetLastError();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user