mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
[cast] Fixup switched format strings
This commit is contained in:
parent
1cd983b485
commit
998ae31a56
@ -1162,7 +1162,7 @@ cast_listen_cb(int fd, short what, void *arg)
|
|||||||
received += ret;
|
received += ret;
|
||||||
|
|
||||||
#ifdef DEBUG_CONNECTION
|
#ifdef DEBUG_CONNECTION
|
||||||
DPRINTF(E_DBG, L_CAST, "Received %zu bytes out of expected %d bytes\n", received, len);
|
DPRINTF(E_DBG, L_CAST, "Received %d bytes out of expected %zu bytes\n", received, len);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user