mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
jack: demote some info to debug
This commit is contained in:
parent
7b34f82f73
commit
03a006b22e
1 changed files with 2 additions and 2 deletions
|
|
@ -2690,7 +2690,7 @@ static int port_set_format(struct client *c, struct port *p,
|
|||
p->params[IDX_Format] = SPA_PARAM_INFO(SPA_PARAM_Format, SPA_PARAM_INFO_READWRITE);
|
||||
}
|
||||
|
||||
pw_log_info("port %s: update", p->object->port.name);
|
||||
pw_log_debug("port %s: update", p->object->port.name);
|
||||
|
||||
p->info.change_mask |= SPA_PORT_CHANGE_MASK_PARAMS;
|
||||
|
||||
|
|
@ -2730,7 +2730,7 @@ static void port_update_latency(struct port *p)
|
|||
param_latency(c, p, ¶ms[5], &b);
|
||||
param_latency_other(c, p, ¶ms[6], &b);
|
||||
|
||||
pw_log_info("port %s: update", p->object->port.name);
|
||||
pw_log_debug("port %s: update", p->object->port.name);
|
||||
|
||||
p->info.change_mask |= SPA_PORT_CHANGE_MASK_PARAMS;
|
||||
p->params[IDX_Latency].flags ^= SPA_PARAM_INFO_SERIAL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue