CommonHostInterface: Move save state on exit logic to base class

This commit is contained in:
Connor McLaughlin
2021-03-03 01:14:05 +10:00
parent 7645ca3836
commit c58227752d
9 changed files with 25 additions and 35 deletions

View File

@ -45,7 +45,7 @@ bool HTTPDownloaderWinHttp::Initialize()
if (WinHttpSetStatusCallback(m_hSession, HTTPStatusCallback, notification_flags, NULL) ==
WINHTTP_INVALID_STATUS_CALLBACK)
{
Log_ErrorPrint("WinHttpSetStatusCallback() failed: %u", GetLastError());
Log_ErrorPrintf("WinHttpSetStatusCallback() failed: %u", GetLastError());
return false;
}