From: Remi Gacogne Date: Wed, 12 Jan 2022 15:15:47 +0000 (+0100) Subject: dnsdist: Remove the annoying 'TCP connection' message in verbose mode X-Git-Tag: auth-4.8.0-alpha0~146^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=399bb4e9fd24f37049800bdf414362709084057e;p=thirdparty%2Fpdns.git dnsdist: Remove the annoying 'TCP connection' message in verbose mode --- diff --git a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc index a85d83cd37..50ba5199ee 100644 --- a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc +++ b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc @@ -68,7 +68,7 @@ bool ConnectionToBackend::reconnect() d_proxyProtocolPayloadSent = false; do { - vinfolog("TCP connecting to downstream %s (%d)", d_ds->getNameWithAddr(), d_downstreamFailures); + DEBUGLOG("TCP connecting to downstream "<getNameWithAddr()<<" ("<getNameWithAddr()); ++d_ds->tcpNewConnections; try {