Parcourir la source

set loglevel to DEBUG so we can see messages being pased around

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@143 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen il y a 15 ans
Parent
commit
0c7589ab51
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/msgq/msgq.c

+ 1 - 1
src/bin/msgq/msgq.c

@@ -152,7 +152,7 @@ isc_timermgr_t *timermgr;
 
 
 unsigned int connection_counter = 0;
 unsigned int connection_counter = 0;
 
 
-int con_log_level = LOG_NOTICE;
+int con_log_level = LOG_DEBUG;
 
 
 static void recv_len(isc_task_t *, isc_event_t *);
 static void recv_len(isc_task_t *, isc_event_t *);
 static void recv_data(isc_task_t *, isc_event_t *);
 static void recv_data(isc_task_t *, isc_event_t *);