]> granicus.if.org Git - pdns/commitdiff
disambiguate a logger call
authorBert Hubert <bert.hubert@netherlabs.nl>
Mon, 13 Sep 2004 19:01:16 +0000 (19:01 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Mon, 13 Sep 2004 19:01:16 +0000 (19:01 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@254 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/distributor.hh

index 0b3bcd588277f0494a1614a65283657661f248cc..58cdf4026617a7909c9edd72304d8c323c664997 100644 (file)
@@ -198,7 +198,7 @@ template<class Answer, class Question, class Backend>void *Distributor<Answer,Qu
         return 0;
       }
       catch(...) {
-        L<<Logger::Error<<Logger::NTLog<<"Caught unknown exception in Distributor thread "<<(unsigned long)pthread_self()<<endl;
+        L<<Logger::Error<<Logger::NTLog<<"Caught unknown exception in Distributor thread "<<(unsigned int)pthread_self()<<endl;
        delete b;
         return 0;
       }