mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-16 09:13:18 -05:00
[player] Don't log single tick overruns
This commit is contained in:
parent
03ec423f83
commit
b71b32438b
@ -1098,7 +1098,7 @@ playback_cb(int fd, short what, void *arg)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (overrun > 0)
|
if (overrun > 1) // An overrun of 1 is no big deal
|
||||||
DPRINTF(E_WARN, L_PLAYER, "Output delay detected: player is %" PRIu64 " ticks behind, catching up\n", overrun);
|
DPRINTF(E_WARN, L_PLAYER, "Output delay detected: player is %" PRIu64 " ticks behind, catching up\n", overrun);
|
||||||
|
|
||||||
pb_write_recovery = false;
|
pb_write_recovery = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user