Browse Source

[1818] Log cc startup as info message

Mukund Sivaraman 13 years ago
parent
commit
3e27e1508a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/bind10/bind10_src.py.in

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

@@ -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...