Skip to content
Snippets Groups Projects
Commit 352e6ebc authored by Anael Beutot's avatar Anael Beutot
Browse files

Added info for node starting.

parent d4f47084
No related branches found
No related tags found
No related merge requests found
......@@ -259,6 +259,7 @@ class MainLoop(object):
self.proxy = ConnectionProxy(self.rpc_con)
def start(self):
logger.info('Starting node')
for signal in self.signals.itervalues():
signal.start()
logger.debug('About to connect')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment