Show
Ignore:
Timestamp:
04/17/06 02:07:50 (7 years ago)
Author:
ahu
Message:

enable logging to syslog (oops)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/pdns_recursor.cc

    r716 r718  
    12741274     
    12751275    PacketID pident; 
    1276     primeHints();     
     1276    primeHints();    
     1277    L.setLoglevel((Logger::Urgency)4);  
    12771278    L<<Logger::Warning<<"Done priming cache with root hints"<<endl; 
    12781279#ifndef WIN32