From: Mark Andrews Date: Tue, 4 Nov 2008 21:23:14 +0000 (+0000) Subject: remove debugging log that was accidently left in X-Git-Tag: v9.6.1~41 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=09416abf2da10b4798efcf86b6456baed0dac5ac;p=thirdparty%2Fbind9.git remove debugging log that was accidently left in --- diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index 1aa194dcb9c..74a7af32c84 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -16,7 +16,7 @@ */ /* - * $Id: tsig.c,v 1.135 2008/04/02 02:37:42 marka Exp $ + * $Id: tsig.c,v 1.136 2008/11/04 21:23:14 marka Exp $ */ /*! \file */ #include @@ -445,7 +445,6 @@ cleanup_ring(dns_tsig_keyring_t *ring) dns_rbtnodechain_current(&chain, &foundname, origin, &node); tkey = node->data; if (tkey != NULL) { - tsig_log(tkey, 2, "tsig expire: generated=%d, refs=%d, expire=%d)", tkey->generated, isc_refcount_current(&tkey->refs), now - tkey->expire); if (tkey->generated && isc_refcount_current(&tkey->refs) == 1 && tkey->inception != tkey->expire