From: Stephan Bosch Date: Thu, 6 Sep 2018 13:56:44 +0000 (+0200) Subject: lib-http: client: peer: Clarify debug message in http_client_peer_connection_failed_p... X-Git-Tag: 2.3.9~1425 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42e4bcc17f15a767e71751c88ad318ae3476b1bb;p=thirdparty%2Fdovecot%2Fcore.git lib-http: client: peer: Clarify debug message in http_client_peer_connection_failed_pool(). --- diff --git a/src/lib-http/http-client-peer.c b/src/lib-http/http-client-peer.c index d6861eeb43..abd22b8bc5 100644 --- a/src/lib-http/http-client-peer.c +++ b/src/lib-http/http-client-peer.c @@ -1212,7 +1212,9 @@ http_client_peer_connection_failed_pool(struct http_client_peer *peer, { struct http_client_queue *const *queue; - e_debug(peer->event, "Connection failed: %s", reason); + e_debug(peer->event, + "Failed to establish any connection within our peer pool: %s ", + reason); /* failed to make any connection. a second connect will probably also fail, so just try another IP for the hosts(s) or abort all requests