mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-24 22:44:17 -04:00
[cast] Fix incorrect log level
This commit is contained in:
parent
886557f946
commit
01033c0662
@ -1539,7 +1539,7 @@ cast_session_make(struct output_device *device, int family, int callback_id)
|
||||
cs->offset_ts.tv_sec = (offset_ms / 1000);
|
||||
cs->offset_ts.tv_nsec = (offset_ms % 1000) * 1000000UL;
|
||||
|
||||
DPRINTF(E_LOG, L_CAST, "Offset is set to %lu:%lu\n", cs->offset_ts.tv_sec, cs->offset_ts.tv_nsec);
|
||||
DPRINTF(E_DBG, L_CAST, "Offset is set to %lu:%lu\n", cs->offset_ts.tv_sec, cs->offset_ts.tv_nsec);
|
||||
|
||||
cs->ev = event_new(evbase_player, cs->server_fd, EV_READ | EV_PERSIST, cast_listen_cb, cs);
|
||||
if (!cs->ev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user