]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
log message typo and %d -> %u
authorMark Andrews <marka@isc.org>
Wed, 19 Jul 2006 00:25:10 +0000 (00:25 +0000)
committerMark Andrews <marka@isc.org>
Wed, 19 Jul 2006 00:25:10 +0000 (00:25 +0000)
lib/dns/cache.c

index 90e4d6171e82e30cdd4e5e0748fa4b5161e2e78b..965ff6dbde62246222273f300b3abcd4f27bd309 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: cache.c,v 1.57.18.14 2006/06/13 04:54:39 marka Exp $ */
+/* $Id: cache.c,v 1.57.18.15 2006/07/19 00:25:10 marka Exp $ */
 
 /*! \file */
 
@@ -205,7 +205,7 @@ adjust_increment(cache_cleaner_t *cleaner, unsigned int remaining,
                                cleaner->increment = DNS_CACHE_CLEANERINCREMENT;
                        isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
                                      DNS_LOGMODULE_CACHE, ISC_LOG_DEBUG(1),
-                                     "%p:new clear->increment = %d\n",
+                                     "%p:new cleaner->increment = %u\n",
                                      cleaner, cleaner->increment);
                }
                return;
@@ -225,7 +225,7 @@ adjust_increment(cache_cleaner_t *cleaner, unsigned int remaining,
        cleaner->increment = (unsigned int)new;
 
        isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE, DNS_LOGMODULE_CACHE,
-                     ISC_LOG_DEBUG(1), "%p:new clear->increment = %u\n",
+                     ISC_LOG_DEBUG(1), "%p:new cleaner->increment = %u\n",
                      cleaner, cleaner->increment);
 }