mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
port: fix compilation
This commit is contained in:
parent
e68139079d
commit
b7f249c389
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue