mirror of
https://github.com/curl/curl.git
synced 2026-05-14 21:56:22 +03:00
pipelining: only output "is not blacklisted" in debug builds
This commit is contained in:
parent
e9bbe425d4
commit
2b04257491
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ bool Curl_pipeline_server_blacklisted(struct SessionHandle *handle,
|
|||
}
|
||||
}
|
||||
|
||||
infof(handle, "Server %s is not blacklisted\n", server_name);
|
||||
DEBUGF(infof(handle, "Server %s is not blacklisted\n", server_name));
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue