From b7f249c38922a22fd838b491fc5ef35cfc81dece Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 11 Feb 2020 12:14:23 +0100 Subject: [PATCH] port: fix compilation --- src/pipewire/impl-port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipewire/impl-port.c b/src/pipewire/impl-port.c index 50d036ea4..a0f2c3d86 100644 --- a/src/pipewire/impl-port.c +++ b/src/pipewire/impl-port.c @@ -332,7 +332,7 @@ static void update_info(struct pw_impl_port *port, const struct spa_port_info *i if (info->props) { update_properties(port, info->props); } else { - pw_log_warn(NAME" %p: port PROPS update but no properties"); + pw_log_warn(NAME" %p: port PROPS update but no properties", port); } } if (info->change_mask & SPA_PORT_CHANGE_MASK_PARAMS) {