summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-13 16:42:11 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-13 16:42:11 +0100
commit5fe418c129889a18df976050c68a0dab28dc766c (patch)
treef2d59c994eed7606bcfc6629208cce5acfbc88d8 /src
parentbcb6af7fc78234948ba1c997825c8859464b170b (diff)
Add debug statement for reverse service discovery timer
Diffstat (limited to 'src')
-rw-r--r--src/device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.c b/src/device.c
index ba705288..d9af8d03 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1839,6 +1839,7 @@ void device_bonding_complete(struct btd_device *device, uint8_t status)
} else if (!device->discov_active && !device->discov_timer) {
/* If we are not initiators and there is no currently active
* discovery or discovery timer, set the discovery timer */
+ debug("setting timer for reverse service discovery");
device->discov_timer = g_timeout_add_seconds(DISCOVERY_TIMER,
start_discovery,
device);