diff src/bridge/bridge_constructor/constructors/embedded/embedded_template.py @ 2098:e0066920a661

primitivus, jp: dynamic bridge + fixed D-Bus bridge: Primitivus and jp can now load the bridge specified in sat.conf, but they are only working with D-Bus so far (need to change all sync calls to async). Exit code 3 is used for Bridge init error.
author Goffi <goffi@goffi.org>
date Sun, 18 Dec 2016 16:28:51 +0100
parents f413bfc24458
children 442423faf220
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/constructors/embedded/embedded_template.py	Sun Dec 18 16:28:46 2016 +0100
+++ b/src/bridge/bridge_constructor/constructors/embedded/embedded_template.py	Sun Dec 18 16:28:51 2016 +0100
@@ -24,7 +24,7 @@
 
 class _Bridge(object):
     def __init__(self):
-        log.info(u"Init embedded bridge...")
+        log.debug(u"Init embedded bridge...")
         self._methods_cbs = {}
         self._signals_cbs = {
             "core": {},