From: Jaroslav Kysela Date: Tue, 4 Oct 2016 07:15:04 +0000 (+0200) Subject: tsdebug: another compilation fix, fixes #4010 X-Git-Tag: v4.2.1~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=793b13934d502936bdded280324192dbc07345e4;p=thirdparty%2Ftvheadend.git tsdebug: another compilation fix, fixes #4010 --- diff --git a/src/input/mpegts/mpegts_input.c b/src/input/mpegts/mpegts_input.c index 47b348503..d8447d106 100644 --- a/src/input/mpegts/mpegts_input.c +++ b/src/input/mpegts/mpegts_input.c @@ -1255,7 +1255,7 @@ tsdebug_check_tspkt( mpegts_mux_t *mm, uint8_t *pkt, int len ) if (!t) return; pos = 4 + 24 + 4; - tvhdebug("descrambler", "Keys from MPEG-TS source (PID 0x1FFF)!"); + tvhdebug(LS_DESCRAMBLER, "Keys from MPEG-TS source (PID 0x1FFF)!"); tsdebugcw_new_keys((service_t *)t, type, pkt + pos, pkt + pos + keylen); } }