2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 21:18:02 +00:00

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
This commit is contained in:
Jelte Jansen 2009-10-28 22:29:22 +00:00
parent 13f6650859
commit 0c7589ab51

View File

@ -152,7 +152,7 @@ isc_timermgr_t *timermgr;
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_data(isc_task_t *, isc_event_t *);