mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
don't set ISC_LOG_DEBUGONLY on the default_debug channel
This commit is contained in:
parent
254993b725
commit
1620f03517
1 changed files with 2 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue