Bug 1017332: log WebRTC SDP parse errors due to no \n r=ehugg

This commit is contained in:
Randell Jesup 2014-06-12 12:03:42 -04:00
Родитель c6f074b1e3
Коммит 86210c1be1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1008,6 +1008,7 @@ sdp_result_e sdp_parse (sdp_t *sdp_p, char **bufp, u16 len)
sdp_parse_error(sdp_p->peerconnection,
"%s End of line beyond end of buffer.",
sdp_p->debug_str);
CSFLogError(logTag, "SDP: Invalid SDP, no \\n (len %u): %*s", len, len, *bufp);
end_found = TRUE;
break;
}