BIND 10 trac2447, updated. b560a5942b3b16afb01e1ddc12846030118ffb5a [2447] corrected a log name

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Nov 8 16:51:46 UTC 2012


The branch, trac2447 has been updated
       via  b560a5942b3b16afb01e1ddc12846030118ffb5a (commit)
      from  00c64fb762435af9154d0dde6e3123de3ac482cd (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 b560a5942b3b16afb01e1ddc12846030118ffb5a
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Nov 8 08:51:24 2012 -0800

    [2447] corrected a log name

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

Summary of changes:
 src/bin/bind10/bind10_src.py.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in
index cee6d2f..36ad760 100755
--- a/src/bin/bind10/bind10_src.py.in
+++ b/src/bin/bind10/bind10_src.py.in
@@ -423,7 +423,7 @@ class BoB:
         while self.cc_session is None:
             # if we have been trying for "a while" give up
             if (time.time() - cc_connect_start) > 5:
-                logger.error(BIND10_STARTING_CC_FAIL)
+                logger.error(BIND10_CONNECTING_TO_CC_FAIL)
                 raise CChannelConnectError("Unable to connect to c-channel after 5 seconds")
 
             # try to connect, and if we can't wait a short while



More information about the bind10-changes mailing list