mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
Correct comment
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: log.c,v 1.8 1999/10/22 19:29:24 halley Exp $ */
|
/* $Id: log.c,v 1.9 1999/10/25 13:11:13 marka Exp $ */
|
||||||
|
|
||||||
/* Principal Authors: DCL */
|
/* Principal Authors: DCL */
|
||||||
|
|
||||||
@@ -200,7 +200,7 @@ isc_log_create(isc_mem_t *mctx, isc_log_t **lctxp) {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Create the default channels:
|
* Create the default channels:
|
||||||
* default_syslog, defaul_stderr, default_debug and null.
|
* default_syslog, default_stderr, default_debug and null.
|
||||||
*/
|
*/
|
||||||
if (result == ISC_R_SUCCESS) {
|
if (result == ISC_R_SUCCESS) {
|
||||||
destination.facility = LOG_INFO;
|
destination.facility = LOG_INFO;
|
||||||
|
Reference in New Issue
Block a user