From: Remi Gacogne Date: Wed, 22 Jun 2022 08:59:12 +0000 (+0200) Subject: dnsdist: Remove a forgotten debug message X-Git-Tag: auth-4.8.0-alpha0~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ff4d534bbac4b66d0792499de38ad1ed418f72;p=thirdparty%2Fpdns.git dnsdist: Remove a forgotten debug message --- diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index e67d7a7a6b..fb2318eb82 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -656,7 +656,6 @@ void responderThread(std::shared_ptr dss) double udiff = ids->sentTime.udiff(); // do that _before_ the processing, otherwise it's not fair to the backend - cerr<<"udiff is "<<(udiff/1000.0)<latencyUsec = (127.0 * dss->latencyUsec / 128.0) + udiff / 128.0; /* don't call processResponse for DOH */