From e63f16c4cf9a55d95f8de20fae8a49394de280c2 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Sat, 6 Jun 2026 23:43:49 +0300 Subject: [PATCH] fixup --- src/core/libraries/network/http.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/libraries/network/http.cpp b/src/core/libraries/network/http.cpp index adbbb4d1e..10224e246 100644 --- a/src/core/libraries/network/http.cpp +++ b/src/core/libraries/network/http.cpp @@ -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) {