summaryrefslogtreecommitdiffstats
path: root/libhb/scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/scan.c')
-rw-r--r--libhb/scan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/scan.c b/libhb/scan.c
index 36a90cd4d..1877803a1 100644
--- a/libhb/scan.c
+++ b/libhb/scan.c
@@ -162,6 +162,7 @@ static void ScanFunc( void * _data )
/* If we don't have any audio streams left, remove the title */
if( !hb_list_count( title->list_audio ) )
{
+ hb_log("scan: ignoring title %i, no audio tracks found", title->index );
hb_list_rem( data->list_title, title );
free( title );
continue;