mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
bluez5: improve debug
This commit is contained in:
parent
7996b44036
commit
6d494c120f
1 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ static DBusHandlerResult endpoint_select_configuration(DBusConnection *conn, DBu
|
||||||
dbus_error_free(&err);
|
dbus_error_free(&err);
|
||||||
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
|
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
|
||||||
}
|
}
|
||||||
spa_log_info(monitor->log, "%p: select conf %d", monitor, size);
|
spa_log_info(monitor->log, "%p: %s select conf %d", monitor, path, size);
|
||||||
|
|
||||||
codec = a2dp_endpoint_to_codec(path);
|
codec = a2dp_endpoint_to_codec(path);
|
||||||
if (codec != NULL)
|
if (codec != NULL)
|
||||||
|
|
@ -1608,7 +1608,7 @@ static DBusHandlerResult filter_cb(DBusConnection *bus, DBusMessage *m, void *us
|
||||||
|
|
||||||
d = spa_bt_device_find(monitor, path);
|
d = spa_bt_device_find(monitor, path);
|
||||||
if (d == NULL) {
|
if (d == NULL) {
|
||||||
spa_log_warn(monitor->log,
|
spa_log_debug(monitor->log,
|
||||||
"Properties changed in unknown device %s", path);
|
"Properties changed in unknown device %s", path);
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue