mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
removed embedded newline from log message
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: xfrin.c,v 1.28 1999/12/01 03:55:22 gson Exp $ */
|
/* $Id: xfrin.c,v 1.29 1999/12/02 05:11:28 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -898,7 +898,7 @@ xfrin_recv_done(isc_task_t *task, isc_event_t *ev) {
|
|||||||
result = ISC_RESULTCLASS_DNSRCODE + msg->rcode; /* XXX */
|
result = ISC_RESULTCLASS_DNSRCODE + msg->rcode; /* XXX */
|
||||||
if (xfr->reqtype == dns_rdatatype_axfr)
|
if (xfr->reqtype == dns_rdatatype_axfr)
|
||||||
FAIL(result);
|
FAIL(result);
|
||||||
xfrin_log(xfr, ISC_LOG_DEBUG(3), "got %s, retrying with AXFR\n",
|
xfrin_log(xfr, ISC_LOG_DEBUG(3), "got %s, retrying with AXFR",
|
||||||
isc_result_totext(result));
|
isc_result_totext(result));
|
||||||
dns_message_destroy(&msg);
|
dns_message_destroy(&msg);
|
||||||
xfr->reqtype = dns_rdatatype_axfr;
|
xfr->reqtype = dns_rdatatype_axfr;
|
||||||
|
Reference in New Issue
Block a user