Changeset 1276 for trunk/pdns/pdns/dnsscope.cc
- Timestamp:
- 11/15/08 21:40:26 (21 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsscope.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsscope.cc
r1102 r1276 115 115 continue; 116 116 } 117 catch( exception& e) {117 catch(std::exception& e) { 118 118 if(pw) 119 119 pw->write(); … … 212 212 cerr<<"Average response time: "<<tottime/totpackets<<" usec"<<endl; 213 213 } 214 catch( exception& e)214 catch(std::exception& e) 215 215 { 216 216 cerr<<"Fatal: "<<e.what()<<endl;