mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
milan-avb: acmp-milan-v12: 'no timer' not at warning, debug
This commit is contained in:
parent
0080739830
commit
0572e41b65
1 changed files with 3 additions and 1 deletions
|
|
@ -183,7 +183,9 @@ static struct acmp_lt_timers* acmp_timer_lt_find_milan_v12(struct acmp_milan_v12
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pw_log_warn("Stream %p, no timer %s", stream, fsm_acmp_evt_milan_v12_str[event]);
|
/* Milan Section 5.5.3: callers use find_remove with "remove if present"
|
||||||
|
* semantics, so a missing timer is not an error — keep at debug. */
|
||||||
|
pw_log_debug("Stream %p, no timer %s", stream, fsm_acmp_evt_milan_v12_str[event]);
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue