mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-05 06:46:28 -04:00
milan-avb: mrp: fix REG log notify label
This commit is contained in:
parent
e6f1245ffc
commit
5355671022
1 changed files with 3 additions and 3 deletions
|
|
@ -448,10 +448,10 @@ void avb_mrp_attribute_update_state(struct avb_mrp_attribute *attr, uint64_t now
|
||||||
}
|
}
|
||||||
|
|
||||||
if (a->registrar_state != state || notify) {
|
if (a->registrar_state != state || notify) {
|
||||||
pw_log_debug("REG: attr %p: %s %s %s -> %s %s notify? %s", a, a->attr.name,
|
pw_log_debug("REG: attr %p: %s %s %s -> %s notify=%s", a, a->attr.name,
|
||||||
avb_mrp_event_name(event), avb_registrar_state_name(a->registrar_state),
|
avb_mrp_event_name(event), avb_registrar_state_name(a->registrar_state),
|
||||||
avb_registrar_state_name(state), avb_mrp_send_name(notify),
|
avb_registrar_state_name(state),
|
||||||
notify ? "YES":"NO");
|
notify ? avb_mrp_notify_name(notify) : "none");
|
||||||
a->registrar_state = state;
|
a->registrar_state = state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue