mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
Downgrade "No CSeq in reply" log message level
This commit is contained in:
parent
7079e524b6
commit
9ac23dcbd0
@ -1191,7 +1191,7 @@ raop_check_cseq(struct raop_session *rs, struct evrtsp_request *req)
|
||||
/* AirFoil won't return cseq, so skip the check */
|
||||
if (reply_cseq < 0)
|
||||
{
|
||||
DPRINTF(E_LOG, L_RAOP, "No CSeq in reply, skipping check\n");
|
||||
DPRINTF(E_INFO, L_RAOP, "No CSeq in reply, skipping check\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user