mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
print zone transfer begin/end messages at same level
This commit is contained in:
parent
fe14eafefa
commit
1affefab31
1 changed files with 2 additions and 3 deletions
|
|
@ -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 <config.h>
|
||||
|
||||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue