]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-http: client: peer: Clarify debug message in http_client_peer_connection_failed_p...
authorStephan Bosch <stephan.bosch@dovecot.fi>
Thu, 6 Sep 2018 13:56:44 +0000 (15:56 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Fri, 7 Sep 2018 06:18:56 +0000 (09:18 +0300)
src/lib-http/http-client-peer.c

index d6861eeb4363d2a4169be95497d8bc91bc4c2882..abd22b8bc555d7d1cb7fc20b2cb9dcf713fcbab3 100644 (file)
@@ -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