Logging improvement

This commit is contained in:
Henrik Rydgård
2023-12-29 11:13:16 +01:00
parent 2160abb5ec
commit e6bc3d83f8
6 changed files with 16 additions and 10 deletions
+1
View File
@@ -118,6 +118,7 @@ bool RemoteISOConnectScreen::FindServer(std::string &resultHost, int &resultPort
std::lock_guard<std::mutex> guard(statusLock_);
statusMessage_ = formatted;
INFO_LOG(SYSTEM, "Remote: %s", formatted.c_str());
};
http.SetUserAgent(StringFromFormat("PPSSPP/%s", PPSSPP_GIT_VERSION));