From 1affefab315266f3242dc22732e07332dc7f8fc2 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Sat, 30 Oct 1999 01:23:45 +0000 Subject: [PATCH] print zone transfer begin/end messages at same level --- lib/dns/xfrin.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/dns/xfrin.c b/lib/dns/xfrin.c index 61bdb7396d..63d3bfb9b3 100644 --- a/lib/dns/xfrin.c +++ b/lib/dns/xfrin.c @@ -15,7 +15,7 @@ * SOFTWARE. */ - /* $Id: xfrin.c,v 1.25 1999/10/30 01:08:52 gson Exp $ */ + /* $Id: xfrin.c,v 1.26 1999/10/30 01:23:45 gson Exp $ */ #include @@ -525,8 +525,7 @@ dns_xfrin_start(dns_zone_t *zone, isc_sockaddr_t *master, } static void xfrin_cleanup(xfrin_ctx_t *xfr) { - xfrin_log(xfr, ISC_LOG_DEBUG(3), - "end of transfer - destroying task %p", xfr->task); + xfrin_log(xfr, ISC_LOG_INFO, "end of transfer"); isc_socket_cancel(xfr->socket, xfr->task, ISC_SOCKSHUT_ALL); /* XXX? */ isc_socket_detach(&xfr->socket); isc_timer_detach(&xfr->timer);