Changeset 414 for trunk/pdns/pdns/pdns_recursor.cc
- Timestamp:
- 06/21/05 20:34:17 (8 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r413 r414 1 1 /* 2 2 PowerDNS Versatile Database Driven Nameserver 3 Copyright (C) 200 5 PowerDNS.COM BV3 Copyright (C) 2003 - 2005 PowerDNS.COM BV 4 4 5 5 This program is free software; you can redistribute it and/or modify … … 360 360 L<<Logger::Error<<", "<<(int)(SyncRes::s_throttledqueries*100.0/(SyncRes::s_outqueries+SyncRes::s_throttledqueries))<<"% throttled, " 361 361 <<SyncRes::s_nodelegated<<" no-delegation drops"<<endl; 362 L<<Logger::Error<<"queries running: "<<MT->numProcesses()<<endl; 363 } 362 L<<Logger::Error<<"stats: "<<MT->numProcesses()<<" queries running, "<<SyncRes::s_outgoingtimeouts<<" outgoing timeouts"<<endl; 363 } 364 else if(statsWanted) 365 L<<Logger::Error<<"stats: no stats yet!"<<endl; 366 364 367 statsWanted=false; 365 368 }