]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac758] cleanup: removed an unnecessary semicolon
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 1 Jul 2011 01:55:24 +0000 (18:55 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 1 Jul 2011 01:55:24 +0000 (18:55 -0700)
src/bin/bind10/bind10.py.in

index 3aea1185c4b05aae78342f20a3aa3cf654712cec..e9e23a96f830bc3d259b758eda7890ddd92f80a7 100755 (executable)
@@ -628,7 +628,7 @@ class BoB:
         # try to connect, and if we can't wait a short while
         try:
             self.cc_session = isc.cc.Session(self.msgq_socket_file)
-            logger.fatal(BIND10_MSGQ_ALREADY_RUNNING);
+            logger.fatal(BIND10_MSGQ_ALREADY_RUNNING)
             return "b10-msgq already running, or socket file not cleaned , cannot start"
         except isc.cc.session.SessionError:
             # this is the case we want, where the msgq is not running