Parcourir la source

[2447] corrected a log name

JINMEI Tatuya il y a 12 ans
Parent
commit
b560a5942b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/bind10/bind10_src.py.in

+ 1 - 1
src/bin/bind10/bind10_src.py.in

@@ -423,7 +423,7 @@ class BoB:
         while self.cc_session is None:
         while self.cc_session is None:
             # if we have been trying for "a while" give up
             # if we have been trying for "a while" give up
             if (time.time() - cc_connect_start) > 5:
             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")
                 raise CChannelConnectError("Unable to connect to c-channel after 5 seconds")
 
 
             # try to connect, and if we can't wait a short while
             # try to connect, and if we can't wait a short while