/*
PowerDNS Versatile Database Driven Nameserver
- Copyright (C) 2001 - 2011 PowerDNS.COM BV
+ Copyright (C) 2001 - 2015 PowerDNS.COM BV
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
{
d_rawpacket.assign(mesg,length);
if(length < 12) {
- L << Logger::Warning << "Ignoring packet: too short from "
- << getRemote() << endl;
+ L << Logger::Warning << "Ignoring packet: too short ("<<length<<" < 12) from "
+ << d_remote.toStringWithPort()<< endl;
return -1;
}
d_wantsnsid=false;