mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 10:52:16 -04:00
updater: Fix incorrect format specifier
This commit is contained in:
committed by
Ryan Foster
parent
1866f8c1e6
commit
8752a20830
@@ -382,7 +382,7 @@ bool DownloadWorkerThread()
|
||||
HttpHandle hConnect = WinHttpConnect(hSession, kCDNHostname, INTERNET_DEFAULT_HTTPS_PORT, 0);
|
||||
if (!hConnect) {
|
||||
downloadThreadFailure = true;
|
||||
Status(L"Update failed: Couldn't connect to %S", kCDNHostname);
|
||||
Status(L"Update failed: Couldn't connect to %s", kCDNHostname);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user