summaryrefslogtreecommitdiffstats
path: root/libhb/dvd.c
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-08-15 15:37:05 +0000
committerjbrjake <[email protected]>2007-08-15 15:37:05 +0000
commit61aabd8a6e928b168161b523a97ed7d6f5e6bb8b (patch)
tree214e9bcb312c6f8bb715b9a6c43d9e254a83eba5 /libhb/dvd.c
parentf9bd35598a5b7e20cc4c9ca60f36f8c667b5c988 (diff)
Lessens the brownpantsification effect from the DVD Read Blocks Failed error message.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@815 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 620a0fad1..870664f2c 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: Unrecoverable Read Error from DVD, probable HD or DVD Failure (blk: %d)", d->next_vobu );
+ hb_log( "dvd: Unrecoverable Read Error from DVD, potential HD or DVD Failure (blk: %d)", d->next_vobu );
return 0;
}