network kit: fix wrong type of arguments to formatting function

Pointed out by LGTM

Change-Id: Ifc58fbe8a37c824bffdfa579cb89da1fdb1c383a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4609
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Murai Takashi
2021-10-19 08:02:39 +00:00
committed by Adrien Destugues
parent 9cd6397fe7
commit 4fd470b7ce
@@ -593,7 +593,7 @@ BHttpRequest::_ProtocolLoop()
} while (newRequest);
_EmitDebug(B_URL_PROTOCOL_DEBUG_TEXT,
"%ld headers and %ld bytes of data remaining",
"%" B_PRId32 " headers and %" B_PRIuSIZE " bytes of data remaining",
fHeaders.CountHeaders(), fInputBuffer.Size());
if (fResult.StatusCode() == 404)