port: fix compilation

This commit is contained in:
Wim Taymans 2020-02-11 12:14:23 +01:00
parent e68139079d
commit b7f249c389

View file

@ -332,7 +332,7 @@ static void update_info(struct pw_impl_port *port, const struct spa_port_info *i
if (info->props) { if (info->props) {
update_properties(port, info->props); update_properties(port, info->props);
} else { } 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) { if (info->change_mask & SPA_PORT_CHANGE_MASK_PARAMS) {