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);