]> 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>
Thu, 25 May 2017 12:39:03 +0000 (14:39 +0200)
src/input/mpegts/dvb_psi.c

index 41f49b7a25c1c23952b2bd7accb35477ec6bfd16..849256970392978cb4f01d165140a72410e837aa 100644 (file)
@@ -2438,14 +2438,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;