]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1818] Log cc startup as info message
authorMukund Sivaraman <muks@isc.org>
Wed, 11 Apr 2012 10:41:46 +0000 (16:11 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 15 Apr 2012 09:33:59 +0000 (15:03 +0530)
src/bin/bind10/bind10_src.py.in

index 37b845d5e672dcc36e892dc382bce8663410563c..664bfbe01202fe4ab0cc86ce1a70544216afead8 100755 (executable)
@@ -506,7 +506,7 @@ class BoB:
                                       self.command_handler,
                                       socket_file = self.msgq_socket_file)
         self.ccs.start()
-        logger.debug(DBG_PROCESS, BIND10_STARTED_CC)
+        logger.info(BIND10_STARTED_CC)
 
     # A couple of utility methods for starting processes...