From 0c7589ab51684923d7485403d0f7d85c2a53ab8f Mon Sep 17 00:00:00 2001 From: Jelte Jansen Date: Wed, 28 Oct 2009 22:29:22 +0000 Subject: [PATCH] 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 --- src/bin/msgq/msgq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/msgq/msgq.c b/src/bin/msgq/msgq.c index bb4c06a563..01e2ba8fb2 100644 --- a/src/bin/msgq/msgq.c +++ b/src/bin/msgq/msgq.c @@ -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 *);