hfp_hf_bluez5: Add version debug info

This commit is contained in:
Denis Kenzior 2013-10-01 11:28:19 -05:00
parent 51982e7b13
commit c49ed15a8f
1 changed files with 2 additions and 0 deletions

View File

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