Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
IPTV: add trace for parsed m3u url
  • Loading branch information
perexg committed Nov 1, 2015
1 parent b806cc1 commit 7358b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/iptv/iptv_http.c
Expand Up @@ -141,6 +141,7 @@ iptv_http_complete
im->im_m3u_header = 0;
sbuf_append(&im->mm_iptv_buffer, "", 1);
url = iptv_http_m3u((char *)im->mm_iptv_buffer.sb_data);
tvhtrace("iptv", "m3u url: '%s'", url);
sbuf_reset(&im->mm_iptv_buffer, IPTV_BUF_SIZE);
if (url == NULL) {
tvherror("iptv", "m3u contents parsing failed");
Expand Down

0 comments on commit 7358b22

Please sign in to comment.