From a91c194778e680e14d3de94f9191c9eb07596ae6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 14 Apr 2026 02:33:38 +0200 Subject: [PATCH] cf-ip-happy.c fix masks --- lib/cf-ip-happy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cf-ip-happy.c b/lib/cf-ip-happy.c index f63de79486..c41a7442db 100644 --- a/lib/cf-ip-happy.c +++ b/lib/cf-ip-happy.c @@ -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) {