ble: downgrade a message from info to debug
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
90ac2c7150
commit
97a4ab04d0
|
@ -210,7 +210,7 @@ class BlueZDevice(GObject.Object):
|
|||
self.emit('connected')
|
||||
return
|
||||
|
||||
self.logger.info(f'Connecting')
|
||||
self.logger.debug(f'Connecting')
|
||||
i.Connect(result_handler=self._on_connect_result)
|
||||
|
||||
def _on_connect_result(self, obj, result, user_data):
|
||||
|
|
Loading…
Reference in New Issue