[libdvdnav-devel] Better debug messages

Jean-Baptiste Kempf git at videolan.org
Wed Apr 9 16:00:13 CEST 2014


libdvdread | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr  9 16:00:00 2014 +0200| [c8df1333414c3fb4608e071abd3ab008f9468ac6] | committer: Jean-Baptiste Kempf

Better debug messages

> http://git.videolan.org/gitweb.cgi/libdvdread.git/?a=commit;h=c8df1333414c3fb4608e071abd3ab008f9468ac6
---

 src/ifo_print.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ifo_print.c b/src/ifo_print.c
index 20d8475..f4cb007 100644
--- a/src/ifo_print.c
+++ b/src/ifo_print.c
@@ -343,8 +343,8 @@ static void ifo_print_audio_attributes(int level, audio_attr_t *attr) {
     printf("(please send a bug report) ");
   }
 
-  printf("%d ", attr->unknown1);
-  printf("%d ", attr->unknown3);
+  printf("Unknown1: %d ", attr->unknown1);
+  printf("Unknown3: %d ", attr->unknown3);
 }
 
 static void ifo_print_subp_attributes(int level, subp_attr_t *attr) {



More information about the libdvdnav-devel mailing list