diff options
Diffstat (limited to 'libhb/dvdnav.c')
-rw-r--r-- | libhb/dvdnav.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/dvdnav.c b/libhb/dvdnav.c index 1d22cf50b..764ebd8c0 100644 --- a/libhb/dvdnav.c +++ b/libhb/dvdnav.c @@ -583,7 +583,7 @@ static hb_title_t * hb_dvdnav_title_scan( hb_dvd_t * e, int t, uint64_t min_dura break; } - hb_log( "scan: id=%x, lang=%s, 3cc=%s ext=%i", audio->id, + hb_log( "scan: id=0x%x, lang=%s, 3cc=%s ext=%i", audio->id, audio->config.lang.description, audio->config.lang.iso639_2, lang_extension ); @@ -697,7 +697,7 @@ static hb_title_t * hb_dvdnav_title_scan( hb_dvd_t * e, int t, uint64_t min_dura break; } - hb_log( "scan: id=%x, lang=%s, 3cc=%s", subtitle->id, + hb_log( "scan: id=0x%x, lang=%s, 3cc=%s", subtitle->id, subtitle->lang, subtitle->iso639_2 ); hb_list_add( title->list_subtitle, subtitle ); |