Add an extra log message when it's time to call Pair()

Otherwise it looks like we just sit here and do nothing
pull/9/head
Peter Hutterer 2018-01-19 15:36:46 +10:00
parent 8e50421f2e
commit 0deb5f8e49
1 changed files with 1 additions and 0 deletions

View File

@ -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):