EIT: fix dvbpsi_GatherEITSections debug message.
Gauthier Lamaison <[email protected]>
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Here is a small patch that fixes the debug message when the version of the section is already decoded. It just replaces "SDT decoder" by "EIT decoder". Regards, Gauthier _______________________________________________ libdvbpsi-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libdvbpsi-devel
fix_eit_debug_msg.patch
(text/x-diff, 694 B)
diff --git a/src/tables/eit.c b/src/tables/eit.c
index fabdda4..80d4a68 100644
--- a/src/tables/eit.c
+++ b/src/tables/eit.c
@@ -443,7 +443,7 @@ void dvbpsi_GatherEITSections(dvbpsi_t *p_dvbpsi, dvbpsi_decoder_t *p_private_de
&& (p_eit_decoder->current_eit.b_current_next == p_section->b_current_next))
{
/* Don't decode since this version is already decoded */
- dvbpsi_debug(p_dvbpsi, "SDT decoder",
+ dvbpsi_debug(p_dvbpsi, "EIT decoder",
"ignoring already decoded section %d",
p_section->i_number);
dvbpsi_DeletePSISections(p_section);