diff --git a/spa/plugins/bluez5/bluez5-dbus.c b/spa/plugins/bluez5/bluez5-dbus.c index 0542f2a4e..5fdd4a26f 100644 --- a/spa/plugins/bluez5/bluez5-dbus.c +++ b/spa/plugins/bluez5/bluez5-dbus.c @@ -1527,7 +1527,7 @@ static bool a2dp_codec_switch_process_current(struct spa_bt_a2dp_codec_switch *s if (ep == NULL || ep->capabilities == NULL || ep->uuid == NULL) { spa_log_debug(sw->device->monitor->log, NAME": a2dp codec switch %p: endpoint %s not valid, try next", - *sw->path_iter); + sw, *sw->path_iter); goto next; }