From 2d083fead27c474feff3a6f79fc3da09d3637a09 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 13 Jan 2000 18:58:01 +0000 Subject: [PATCH] incorrect function name in debug tracing output --- lib/dns/adb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/adb.c b/lib/dns/adb.c index fdef29f2b2..9999cd9f7f 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -2691,7 +2691,7 @@ dns_adb_destroyfind(dns_adbfind_t **findp) LOCK(&find->lock); - DP(DEF_LEVEL, "dns_adb_done on find %p", find); + DP(DEF_LEVEL, "dns_adb_destroyfind on find %p", find); adb = find->adb; REQUIRE(DNS_ADB_VALID(adb));