]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
previous pullup used undefined macro XFROUT_RR_LOGLEVEL
authorAndreas Gustafsson <source@isc.org>
Tue, 22 Aug 2000 19:59:44 +0000 (19:59 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 22 Aug 2000 19:59:44 +0000 (19:59 +0000)
bin/named/xfrout.c

index 1aa9a3d5256f33ed89a89923c400d6d2c4c633e5..b3e656c12b1c91dac0780d4eeacc27d9fe4d3eca 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: xfrout.c,v 1.68.2.2 2000/08/22 01:45:11 bwelling Exp $ */
+/* $Id: xfrout.c,v 1.68.2.3 2000/08/22 19:59:44 gson Exp $ */
 
 #include <config.h>
 
@@ -1315,8 +1315,8 @@ sendstream(xfrout_ctx_t *xfr) {
                        break;
                }
 
-               if (isc_log_wouldlog(ns_g_lctx, XFROUT_RR_LOGLEVEL))
-                       log_rr(name, rdata, ttl); /* XXX */
+               if (isc_log_wouldlog(ns_g_lctx, ISC_LOG_DEBUG(8)))
+                       log_rr(name, rdata, ttl);
                
                dns_message_gettempname(msg, &msgname);
                dns_name_init(msgname, NULL);