summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2013-10-01 11:28:19 -0500
committerDenis Kenzior <denkenz@gmail.com>2013-10-01 11:28:19 -0500
commitc49ed15a8fcf85a4adc00f5ba4e08e08de9a173e (patch)
tree2175dcbcf8b79602f3afb5c89388642f236e2e14 /plugins
parent51982e7b132bc4a203f87767861c392380367050 (diff)
downloadofono-c49ed15a8fcf85a4adc00f5ba4e08e08de9a173e.tar.bz2
hfp_hf_bluez5: Add version debug info
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hfp_hf_bluez5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c
index 74c64955..cd8f75ec 100644
--- a/plugins/hfp_hf_bluez5.c
+++ b/plugins/hfp_hf_bluez5.c
@@ -496,6 +496,8 @@ static DBusMessage *profile_new_connection(DBusConnection *conn,
if (get_version(&entry, &version) < 0)
goto invalid;
+ DBG("version: %hd", version);
+
modem = ofono_modem_find(device_path_compare, (void *) device);
if (modem == NULL) {
close(fd);