mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-10 19:54:59 -06:00
fixup
This commit is contained in:
parent
545cbd362f
commit
e63f16c4cf
@ -1941,8 +1941,7 @@ int PS4_SYSV_ABI sceHttpTerm(int libhttpCtxId) {
|
||||
}
|
||||
}
|
||||
if (in_flight > 0) {
|
||||
LOG_INFO(Lib_Http,
|
||||
"Term: {} request(s) still in flight,results will be abandoned"),
|
||||
LOG_INFO(Lib_Http, "Term: {} request(s) still in flight,results will be abandoned",
|
||||
in_flight);
|
||||
}
|
||||
for (auto& [id, req_ptr] : g_state.requests) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user