pipelining: only output "is not blacklisted" in debug builds
This commit is contained in:
parent
e9bbe425d4
commit
2b04257491
@ -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…
Reference in New Issue
Block a user