mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
some printf fixes
This commit is contained in:
parent
a9808a3edb
commit
d46c239ab0
5 changed files with 5 additions and 5 deletions
|
|
@ -939,7 +939,7 @@ static void node_info(void *data, const struct spa_node_info *info)
|
|||
node->info.max_input_ports = info->max_input_ports;
|
||||
node->info.max_output_ports = info->max_output_ports;
|
||||
|
||||
pw_log_debug("node %p: change_mask %08lx max_in:%u max_out:%u",
|
||||
pw_log_debug("node %p: change_mask %08"PRIx64" max_in:%u max_out:%u",
|
||||
node, info->change_mask, info->max_input_ports,
|
||||
info->max_output_ports);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue