mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 23:13:24 -05:00
Reduce log severity
This commit is contained in:
parent
373e7e8ffe
commit
1a0d2ef59b
@ -1806,7 +1806,7 @@ player_playback_cb(int fd, short what, void *arg)
|
||||
/* Acknowledge timer */
|
||||
ret = read(fd, &ticks, sizeof(ticks));
|
||||
if (ret <= 0)
|
||||
DPRINTF(E_LOG, L_PLAYER, "Error reading timer.\n");
|
||||
DPRINTF(E_WARN, L_PLAYER, "Error reading timer.\n");
|
||||
#endif /* __linux__ */
|
||||
|
||||
/* Decide how many packets to send */
|
||||
|
Loading…
Reference in New Issue
Block a user