mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-08 21:24:57 -05:00
[player] Don't log single tick overruns
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user