aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2011-01-29 10:23:15 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2011-01-29 10:23:15 +0200
commit629c9dbe7f161c0c285749bb014f55a2b30fd65c (patch)
tree1a4eddc7934e596a8dad27ccba75fab5430cde03 /src
parentd04f4e1df5b2a4b7ab86362fb5b68992978e6738 (diff)
downloadbluez-629c9dbe7f161c0c285749bb014f55a2b30fd65c.tar.gz
Add some more debug prints to the bonding procedure
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 403defec..0fef71a3 100644
--- a/src/device.c
+++ b/src/device.c
@@ -2045,6 +2045,7 @@ void device_bonding_complete(struct btd_device *device, uint8_t status)
* before SDP. This is due to potential IOP issues if the other
* end starts doing SDP at the same time as us */
if (bonding) {
+ DBG("Proceeding with service discovery");
/* If we are initiators remove any discovery timer and just
* start discovering services directly */
if (device->discov_timer) {