From 9d74bd61a7ea3a045a50622561c477c754df95ab Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 2 Feb 2021 11:00:16 +0100 Subject: [PATCH] bluez5: fix debug line --- spa/plugins/bluez5/bluez5-dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }