Downgrade "No CSeq in reply" log message level

This commit is contained in:
ejurgensen 2014-01-06 23:48:00 +01:00
parent 7079e524b6
commit 9ac23dcbd0

View File

@ -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;
}