BIND 10 master, updated. 745ebcec892cb27feec663de9218ae3647c7b8a5 Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Aug 16 16:06:04 UTC 2011


The branch, master has been updated
       via  745ebcec892cb27feec663de9218ae3647c7b8a5 (commit)
       via  1e702fae4c9adbd7134a739dee28c868a15f0b3e (commit)
      from  44bd4bc6dc7df56905071933a542e00e91f84837 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 745ebcec892cb27feec663de9218ae3647c7b8a5
Merge: 1e702fae4c9adbd7134a739dee28c868a15f0b3e 44bd4bc6dc7df56905071933a542e00e91f84837
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Tue Aug 16 11:06:01 2011 -0500

    Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

commit 1e702fae4c9adbd7134a739dee28c868a15f0b3e
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Tue Aug 16 11:03:20 2011 -0500

    [master] fix typo in message file expansion ordering
    
    the RRsets and class were reversed. This was the only
    example in all .mes files that had the numbers out of order.
    
    Okayed via jabber.
    
    This fixes:
    
    2011-08-15 14:37:22.991 DEBUG [b10-resolver.cache] CACHE_RRSET_INIT initializing RRset cache for IN RRsets of class 10000
    
    to:
    
    2011-08-16 11:01:50.899 DEBUG [b10-resolver.cache] CACHE_RRSET_INIT initializing RRset cache for 10000 RRsets of class IN
    
    One thing to note:  If this was a production server, we would need
    to consider deprecating this message ID and creating a new message ID
    as use of the logged results would be broken, because problem is in
    the logged brief explanation and not the full description.
    I will send an email about this.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/cache/cache_messages.mes |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/cache/cache_messages.mes b/src/lib/cache/cache_messages.mes
index 2a68cc2..7f593ec 100644
--- a/src/lib/cache/cache_messages.mes
+++ b/src/lib/cache/cache_messages.mes
@@ -124,7 +124,7 @@ the message will not be cached.
 Debug message. The requested data was found in the RRset cache. However, it is
 expired, so the cache removed it and is going to pretend nothing was found.
 
-% CACHE_RRSET_INIT initializing RRset cache for %2 RRsets of class %1
+% CACHE_RRSET_INIT initializing RRset cache for %1 RRsets of class %2
 Debug message. The RRset cache to hold at most this many RRsets for the given
 class is being created.
 




More information about the bind10-changes mailing list