[svn] commit: r143 - /branches/f2f200910/src/bin/msgq/msgq.c
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 28 22:29:23 UTC 2009
Author: jelte
Date: Wed Oct 28 22:29:22 2009
New Revision: 143
Log:
set loglevel to DEBUG so we can see messages being pased around
Modified:
branches/f2f200910/src/bin/msgq/msgq.c
Modified: branches/f2f200910/src/bin/msgq/msgq.c
==============================================================================
--- branches/f2f200910/src/bin/msgq/msgq.c (original)
+++ branches/f2f200910/src/bin/msgq/msgq.c Wed Oct 28 22:29:22 2009
@@ -152,7 +152,7 @@
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 *);
More information about the bind10-changes
mailing list