BIND 10 trac1298, updated. 007d31f50876cd58a031dd86b461145e77bea63e [1298] typo s/INFO/info/, and a minor editorial fix in docstring.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Nov 4 18:32:05 UTC 2011


The branch, trac1298 has been updated
       via  007d31f50876cd58a031dd86b461145e77bea63e (commit)
      from  233d2d783e6be97f208998f9fcf79404eea5c9b3 (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 007d31f50876cd58a031dd86b461145e77bea63e
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 4 11:31:34 2011 -0700

    [1298] typo s/INFO/info/, and a minor editorial fix in docstring.

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

Summary of changes:
 src/bin/xfrin/xfrin.py.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 8d3448a..fb81f71 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -137,7 +137,7 @@ def format_addrinfo(addrinfo):
        sockets, and unknown address families, it returns a basic string
        conversion of the third element of the passed tuple.
        Parameters:
-       addrinfo: an 3-tuple consisting of address family, socket type, and,
+       addrinfo: a 3-tuple consisting of address family, socket type, and,
                  depending on the family, either a 2-tuple with the address
                  and port, or a filename
     """
@@ -1111,7 +1111,7 @@ class Xfrin:
                         master_addr_str = format_addrinfo(master_addr)
                         errmsg = "Got notification for " + zone_str\
                                + "from unknown address: " + notify_addr_str;
-                        logger.INFO(XFRIN_NOTIFY_UNKNOWN_MASTER, zone_str,
+                        logger.info(XFRIN_NOTIFY_UNKNOWN_MASTER, zone_str,
                                     notify_addr_str, master_addr_str)
                         answer = create_answer(1, errmsg)
 




More information about the bind10-changes mailing list