Changeset 954

Show
Ignore:
Timestamp:
02/18/07 20:40:41 (6 years ago)
Author:
ahu
Message:

close bug #121, compilation error on gcc4 and x86-64

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/distributor.hh

    r681 r954  
    199199      } 
    200200      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; 
    202202        delete b; 
    203203        return 0;