From 9e637ecc385ac7a71cac54fbec317dd52ae6a668 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 12 Dec 2016 16:51:43 +0100 Subject: [PATCH] epggrab: fix 'registering mux' for OTA EPG log --- src/epggrab/otamux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3