From 1620f03517b8e7ca057d5e65ec8bd8be1ce4ab3e Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 1 Mar 2000 20:38:58 +0000 Subject: [PATCH] don't set ISC_LOG_DEBUGONLY on the default_debug channel --- lib/isc/log.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/isc/log.c b/lib/isc/log.c index 3078682fbd..580c5f6191 100644 --- a/lib/isc/log.c +++ b/lib/isc/log.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: log.c,v 1.17 2000/03/01 17:31:56 tale Exp $ */ +/* $Id: log.c,v 1.18 2000/03/01 20:38:58 gson Exp $ */ /* Principal Authors: DCL */ @@ -333,8 +333,7 @@ isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp) { ISC_LOG_TOFILEDESC, ISC_LOG_DYNAMIC, &destination, - ISC_LOG_PRINTTIME| - ISC_LOG_DEBUGONLY); + ISC_LOG_PRINTTIME); } if (result == ISC_R_SUCCESS)