Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: fix 'registering mux' for OTA EPG log
  • Loading branch information
perexg committed Dec 12, 2016
1 parent 5d2a897 commit 9e637ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/otamux.c
Expand Up @@ -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);
Expand Down

0 comments on commit 9e637ec

Please sign in to comment.