From: Jaroslav Kysela Date: Mon, 12 Dec 2016 15:51:43 +0000 (+0100) Subject: epggrab: fix 'registering mux' for OTA EPG log X-Git-Tag: v4.2.1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e637ecc385ac7a71cac54fbec317dd52ae6a668;p=thirdparty%2Ftvheadend.git epggrab: fix 'registering mux' for OTA EPG log --- diff --git a/src/epggrab/otamux.c b/src/epggrab/otamux.c index 87b883953..5f9938ec0 100644 --- a/src/epggrab/otamux.c +++ b/src/epggrab/otamux.c @@ -355,7 +355,7 @@ epggrab_ota_register if (!ota) { char buf[256]; mpegts_mux_nice_name(mm, buf, sizeof(buf)); - tvhinfo(mod->subsys, "%s: registering mux %s", buf, mod->id); + tvhinfo(LS_EPGGRAB, "%s - registering mux for OTA EPG", buf); ota = epggrab_ota_mux_skel; SKEL_USED(epggrab_ota_mux_skel); ota->om_mux_uuid = strdup(uuid);