From c49ed15a8fcf85a4adc00f5ba4e08e08de9a173e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 1 Oct 2013 11:28:19 -0500 Subject: hfp_hf_bluez5: Add version debug info --- plugins/hfp_hf_bluez5.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') 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); -- cgit v1.2.3