mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
Reduce log severity
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user