Changeset 1797 for trunk/pdns/pdns/packethandler.cc
- Timestamp:
- 01/03/11 12:16:22 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/packethandler.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/packethandler.cc
r1796 r1797 532 532 { 533 533 NSEC3PARAMRecordContent ns3rc; 534 cerr<<"Doing NSEC3PARAM lookup for '"<<auth<<"' : ";534 cerr<<"Doing NSEC3PARAM lookup for '"<<auth<<"', "<<p->qdomain<<"|"<<p->qtype.getName()<<": "; 535 535 if(d_dk.getNSEC3PARAM(auth, &ns3rc)) { 536 536 cerr<<"Present"<<endl; … … 1078 1078 DNSPacket *r=0; 1079 1079 try { 1080 DLOG(L << Logger::Notice<<"Remote "<< p->remote.toString() <<" wants a type " << p->qtype.getName() << " ("<<p->qtype.getCode()<<") about '"<<p->qdomain << "'" << endl);1080 L << Logger::Notice<<"Remote "<< p->remote.toString() <<" wants a type " << p->qtype.getName() << " ("<<p->qtype.getCode()<<") about '"<<p->qdomain << "'" << endl; 1081 1081 1082 1082 if(p->d.qr) { // QR bit from dns packet (thanks RA from N)