mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-18 06:46:28 -04:00
module-rtp: Lower missing timeout log line from warn to trace
A warning is not warranted in this case, and this log line can spam the logs, so set it to trace.
This commit is contained in:
parent
5b86e3d418
commit
0121bdc475
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ static void rtp_audio_stop_timer(struct impl *impl)
|
||||||
static void rtp_audio_flush_timeout(struct impl *impl, uint64_t expirations)
|
static void rtp_audio_flush_timeout(struct impl *impl, uint64_t expirations)
|
||||||
{
|
{
|
||||||
if (expirations > 1)
|
if (expirations > 1)
|
||||||
pw_log_warn("missing timeout %"PRIu64, expirations);
|
pw_log_trace("missing timeout %"PRIu64, expirations);
|
||||||
rtp_audio_flush_packets(impl, expirations, 0);
|
rtp_audio_flush_packets(impl, expirations, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue