From 399bb4e9fd24f37049800bdf414362709084057e Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 12 Jan 2022 16:15:47 +0100 Subject: [PATCH] dnsdist: Remove the annoying 'TCP connection' message in verbose mode --- pdns/dnsdistdist/dnsdist-tcp-downstream.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.2