From dbfb57b7585d6f65a4fe744cf2d9e0cdb2d58906 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 30 Apr 2018 18:11:59 +0200 Subject: [PATCH] auth: lower 'packet too short' loglevel in another place (cherry picked from commit 77562377998e845d5f49b85f9218f122996de188) --- pdns/dnspacket.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnspacket.cc b/pdns/dnspacket.cc index 7e318f8db..872a5e6e7 100644 --- a/pdns/dnspacket.cc +++ b/pdns/dnspacket.cc @@ -531,7 +531,7 @@ try d_rawpacket.assign(mesg,length); d_wrapped=true; if(length < 12) { - L << Logger::Warning << "Ignoring packet: too short from " + L << Logger::Debug << "Ignoring packet: too short from " << getRemote() << endl; return -1; } -- 2.40.0