mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
audioconvert: debug result code
This commit is contained in:
parent
c2dbe1d64d
commit
416dec530c
1 changed files with 2 additions and 1 deletions
|
|
@ -1048,7 +1048,8 @@ static void follower_port_info(void *data,
|
|||
|
||||
if (idx == IDX_Latency) {
|
||||
res = recalc_latency(this, direction, port_id);
|
||||
spa_log_debug(this->log, "latency: %d", res);
|
||||
spa_log_debug(this->log, "latency: %d (%s)", res,
|
||||
spa_strerror(res));
|
||||
}
|
||||
|
||||
this->info.change_mask |= SPA_NODE_CHANGE_MASK_PARAMS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue