]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove debugging log that was accidently left in
authorMark Andrews <marka@isc.org>
Tue, 4 Nov 2008 22:28:45 +0000 (22:28 +0000)
committerMark Andrews <marka@isc.org>
Tue, 4 Nov 2008 22:28:45 +0000 (22:28 +0000)
lib/dns/tsig.c

index 7eef2fe944b9ad13b2520ea3130ebd8b712b5a48..7a91acc435704d902b871db8abbc54f2beaa2fc2 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: tsig.c,v 1.131.2.2 2008/01/17 23:46:37 tbox Exp $
+ * $Id: tsig.c,v 1.131.2.3 2008/11/04 22:28:45 marka Exp $
  */
 /*! \file */
 #include <config.h>
@@ -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