mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -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
|
||||
{
|
||||
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);
|
||||
|
||||
pb_write_recovery = false;
|
||||
|
Loading…
Reference in New Issue
Block a user