mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
impl-link: improve debug, log param name
This commit is contained in:
parent
36000ea508
commit
3c503ca240
1 changed files with 2 additions and 2 deletions
|
|
@ -792,8 +792,8 @@ static void port_param_changed(struct pw_impl_link *this, uint32_t id,
|
|||
{
|
||||
enum pw_impl_port_state target;
|
||||
|
||||
pw_log_debug(NAME" %p: outport %p input %p param %d", this,
|
||||
outport, inport, id);
|
||||
pw_log_debug(NAME" %p: outport %p input %p param %d (%s)", this,
|
||||
outport, inport, id, spa_debug_type_find_name(spa_type_param, id));
|
||||
|
||||
switch (id) {
|
||||
case SPA_PARAM_EnumFormat:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue