Make bt-tet lil bit more verbose

This commit is contained in:
dadav 2019-11-04 17:41:27 +01:00
parent 364af70ad5
commit 4852b3f59e

@ -461,6 +461,7 @@ class BTTether(plugins.Plugin):
logging.error("BT-TET: Can't start bluetooth.service")
return
logging.info("BT-TETHER: Sussessfully loaded ...")
self.ready = True
def on_ui_setup(self, ui):