summaryrefslogtreecommitdiffstats
path: root/libhb/dvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/dvd.c')
-rw-r--r--libhb/dvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/dvd.c b/libhb/dvd.c
index 5ec4d519b..4f3781cd9 100644
--- a/libhb/dvd.c
+++ b/libhb/dvd.c
@@ -658,7 +658,7 @@ int hb_dvd_read( hb_dvd_t * d, hb_buffer_t * b )
if( DVDReadBlocks( d->file, d->next_vobu, 1, b->data ) != 1 )
{
- hb_log( "dvd: DVDReadBlocks failed (%d)", d->next_vobu );
+ hb_log( "dvd: Unrecoverable Read Error from DVD, probable HD or DVD Failure (blk: %d)", d->next_vobu );
return 0;
}