]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
on release branch, use cchan->name, not channelname
authorAndreas Gustafsson <source@isc.org>
Wed, 2 May 2001 19:34:10 +0000 (19:34 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 2 May 2001 19:34:10 +0000 (19:34 +0000)
bin/named/logconf.c

index 0da53941d7e238ba9ef7c29614c43cb908e181ab..a67acabefd4086388cf2a4354fdc299e5383e5c3 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: logconf.c,v 1.26.4.2 2001/04/30 16:39:59 gson Exp $ */
+/* $Id: logconf.c,v 1.26.4.3 2001/05/02 19:34:10 gson Exp $ */
 
 #include <config.h>
 
@@ -221,7 +221,7 @@ channel_fromconf(dns_c_logchan_t *cchan, isc_logconfig_t *lctx) {
                        isc_log_write(ns_g_lctx, DNS_LOGCATEGORY_CONFIG,
                                      NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
                                      "logging channel '%s' file '%s': %s",
-                                     channelname, dest.file.name,
+                                     cchan->name, dest.file.name,
                                      isc_result_totext(result));
                else
                        (void)isc_stdio_close(fp);