Changeset 954
- Timestamp:
- 02/18/07 20:40:41 (6 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/distributor.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/distributor.hh
r681 r954 199 199 } 200 200 catch(...) { 201 L<<Logger::Error<<Logger::NTLog<<"Caught unknown exception in Distributor thread "<<(unsigned int)pthread_self()<<endl;201 L<<Logger::Error<<Logger::NTLog<<"Caught unknown exception in Distributor thread "<<(unsigned long)pthread_self()<<endl; 202 202 delete b; 203 203 return 0;