Add an extra log message when it's time to call Pair()
Otherwise it looks like we just sit here and do nothing
This commit is contained in:
parent
8e50421f2e
commit
0deb5f8e49
1
tuhi.py
1
tuhi.py
|
@ -234,6 +234,7 @@ class Tuhi(GObject.Object):
|
|||
tuhi_dbus_device = self.server.create_device(bluez_device, paired=False)
|
||||
d = TuhiDevice(bluez_device, tuhi_dbus_device, paired=False)
|
||||
self.devices[bluez_device.address] = d
|
||||
logger.debug('{}: call Pair() on device'.format(bluez_device.objpath))
|
||||
|
||||
|
||||
def main(args):
|
||||
|
|
Loading…
Reference in New Issue