]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvb psi pmt: corrent debug indent
authorJaroslav Kysela <perex@perex.cz>
Sat, 20 May 2017 18:40:26 +0000 (20:40 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 20 May 2017 18:40:26 +0000 (20:40 +0200)
src/input/mpegts/dvb_psi.c

index 13872e54c7c5826b6aaf957680c89b05591efd69..ed09856a1cb2d45e17c8e92dabc34106cb61fadf 100644 (file)
@@ -2444,14 +2444,14 @@ psi_parse_pmt
 
       st->es_delete_me = 0;
 
-      tvhdebug(mt->mt_subsys, "%s:  type %s position %d",
+      tvhdebug(mt->mt_subsys, "%s:    type %s position %d",
                mt->mt_name, streaming_component_type2txt(st->es_type), position);
       if (lang)
-        tvhdebug(mt->mt_subsys, "%s:  language %s", mt->mt_name, lang);
+        tvhdebug(mt->mt_subsys, "%s:    language %s", mt->mt_name, lang);
       if (composition_id != -1)
-        tvhdebug(mt->mt_subsys, "%s:  composition_id %d", mt->mt_name, composition_id);
+        tvhdebug(mt->mt_subsys, "%s:    composition_id %d", mt->mt_name, composition_id);
       if (ancillary_id != -1)
-        tvhdebug(mt->mt_subsys, "%s:  ancillary_id %d", mt->mt_name, ancillary_id);
+        tvhdebug(mt->mt_subsys, "%s:    ancillary_id %d", mt->mt_name, ancillary_id);
 
       if(st->es_position != position) {
         update |= PMT_REORDERED;