pipelining: only output "is not blacklisted" in debug builds

This commit is contained in:
Daniel Stenberg 2014-10-24 11:12:34 +02:00
parent e9bbe425d4
commit 2b04257491
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}