cf-ip-happy.c fix masks

This commit is contained in:
Viktor Szakats 2026-04-14 02:33:38 +02:00
parent 10ceddb379
commit a91c194778
No known key found for this signature in database

View file

@ -403,7 +403,7 @@ evaluate:
}
if(bs->running)
CURL_TRC_CF(data, cf, "checked connect attempts: "
"%d ongoing, %d inconclusive", ongoing, inconclusive);
"%u ongoing, %u inconclusive", ongoing, inconclusive);
/* no attempt connected yet, start another one? */
if(!ongoing) {