[httpd_dacp] Add debug logging of our playstatusupdates

Might help trace why some remotes sometimes show incorrect status
This commit is contained in:
ejurgensen 2017-10-29 10:10:21 +01:00
parent fdc9054890
commit 725319789e

View File

@ -340,6 +340,8 @@ make_playstatusupdate(struct evbuffer *evbuf)
return -1;
}
DPRINTF(E_DBG, L_DACP, "Replying to playstatusupdate with status %d and next_rev %d\n", status.status, next_rev);
return 0;
}