diff --git a/lib/pipeline.c b/lib/pipeline.c index 270df4192..346f32b55 100644 --- a/lib/pipeline.c +++ b/lib/pipeline.c @@ -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; }