--- trunk/pdns/pdns/logger.cc (revision 306) +++ trunk/pdns/pdns/logger.cc (revision 307) @@ -140,6 +140,15 @@ return *this; } +Logger& Logger::operator<<(long i) +{ + ostringstream tmp; + tmp<