mirror of
https://github.com/curl/curl.git
synced 2026-04-21 05:22:16 +03:00
cf-ip-happy.c fix masks
This commit is contained in:
parent
10ceddb379
commit
a91c194778
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue