From 8b858da2bb0af31268f6f724fa2fc58671f66dad Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 9 Aug 2000 21:15:32 +0000 Subject: [PATCH] An error message was printing a result code as a number, not a string. --- lib/dns/adb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dns/adb.c b/lib/dns/adb.c index ecd5415892..9d4b50f571 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb.c,v 1.145 2000/08/09 00:09:35 gson Exp $ */ +/* $Id: adb.c,v 1.146 2000/08/09 21:15:32 bwelling Exp $ */ /* * Implementation notes @@ -3489,8 +3489,8 @@ fetch_callback_a6(isc_task_t *task, isc_event_t *ev) { * don't do this. */ if (dev->result != ISC_R_SUCCESS) { - DP(DEF_LEVEL, "name %p: A6 failed, result %u", - name, dev->result); + DP(DEF_LEVEL, "name %p: A6 failed: %s", + name, isc_result_totext(dev->result)); /* * If we got a negative cache response, remember it.