Changeset 1004 for trunk/pdns/pdns/packethandler.cc
- Timestamp:
- 03/30/07 09:36:54 (6 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/packethandler.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/packethandler.cc
r992 r1004 901 901 } 902 902 catch(DBException &e) { 903 L<<Logger::Error<<"Database module reported condition which prevented lookup -sending out servfail"<<endl;903 L<<Logger::Error<<"Database module reported condition which prevented lookup ("+e.reason+") sending out servfail"<<endl; 904 904 r->setRcode(RCode::ServFail); 905 905 S.inc("servfail-packets");