Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RTSP: log fallback to OPTIONS as trace
  • Loading branch information
spdfrk authored and perexg committed Mar 16, 2016
1 parent 8542ebb commit 9dea135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/iptv/iptv_rtsp.c
Expand Up @@ -83,7 +83,7 @@ iptv_rtsp_header ( http_client_t *hc )
}

if (hc->hc_cmd == RTSP_CMD_GET_PARAMETER && hc->hc_code != HTTP_STATUS_OK) {
tvherror("iptv", "GET_PARAMETER command returned invalid error code %d for '%s', "
tvhtrace("iptv", "GET_PARAMETER command returned invalid error code %d for '%s', "
"fall back to OPTIONS in keep alive loop.", hc->hc_code, im->mm_iptv_url_raw);
hc->hc_rtsp_keep_alive_cmd = RTSP_CMD_OPTIONS;
return 0;
Expand Down

0 comments on commit 9dea135

Please sign in to comment.