BIND 10 trac2676, updated. 30aa2837a02a8926103dd73668a2572d70555658 [2676] some more unrelated editorial cleanups.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 19 18:30:57 UTC 2013


The branch, trac2676 has been updated
       via  30aa2837a02a8926103dd73668a2572d70555658 (commit)
      from  3ddbe715a140ddcd4d6c2cdea1401ec0e28ea89d (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 30aa2837a02a8926103dd73668a2572d70555658
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Feb 19 10:30:09 2013 -0800

    [2676] some more unrelated editorial cleanups.
    
    just happen to notice them in review, and since these files will be updated
    this is probably a good opportunity to fix them with the branch.

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

Summary of changes:
 src/bin/ddns/ddns_messages.mes |    2 +-
 src/bin/xfrin/xfrin.py.in      |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/ddns/ddns_messages.mes b/src/bin/ddns/ddns_messages.mes
index 42b1276..7d440d9 100644
--- a/src/bin/ddns/ddns_messages.mes
+++ b/src/bin/ddns/ddns_messages.mes
@@ -69,7 +69,7 @@ it's just a timing issue.  The number of total failed attempts is also
 logged.  If it reaches an internal threshold b10-ddns considers it a
 fatal error and terminates.  Even in that case, if b10-ddns is
 configured as a "dispensable" component (which is the default), the
-parent bind10 process will restart it, and there will be another
+parent ("init") process will restart it, and there will be another
 chance of getting the remote configuration successfully.  These are
 not the optimal behavior, but it's believed to be sufficient in
 practice (there would normally be no failure in the first place).  If
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index ac479b4..011d995 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -982,7 +982,6 @@ class XfrinConnection(asyncore.dispatcher):
                          format_addrinfo(self._master_addrinfo))
             ret = XFRIN_FAIL
         except XfrinProtocolError as e:
-            # FIXME: Why is this .info? Even the messageID contains "ERROR".
             logger.info(XFRIN_XFR_TRANSFER_PROTOCOL_VIOLATION, req_str,
                         self.zone_str(),
                         format_addrinfo(self._master_addrinfo), str(e))



More information about the bind10-changes mailing list