2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

removed embedded newline from log message

This commit is contained in:
Andreas Gustafsson
1999-12-02 05:11:28 +00:00
parent 6a0f1e6b61
commit 67b32ad707

View File

@@ -15,7 +15,7 @@
* 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>
@@ -898,7 +898,7 @@ xfrin_recv_done(isc_task_t *task, isc_event_t *ev) {
result = ISC_RESULTCLASS_DNSRCODE + msg->rcode; /* XXX */
if (xfr->reqtype == dns_rdatatype_axfr)
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));
dns_message_destroy(&msg);
xfr->reqtype = dns_rdatatype_axfr;