changeset 25169:db94ecd7e7f1

Even when vobsub is forced, .ifo file is still not necessary, so change the log level from error to warning.
author ulion
date Thu, 29 Nov 2007 03:35:50 +0000
parents 644be6d209a2
children b0e5772d519e
files vobsub.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vobsub.c	Thu Nov 29 00:16:08 2007 +0000
+++ b/vobsub.c	Thu Nov 29 03:35:50 2007 +0000
@@ -991,7 +991,7 @@
     rar_stream_t *fd = rar_open(name, "rb");
     if (fd == NULL) {
         if (force)
-	    mp_msg(MSGT_VOBSUB,MSGL_ERR, "VobSub: Can't open IFO file\n");
+	    mp_msg(MSGT_VOBSUB,MSGL_WARN, "VobSub: Can't open IFO file\n");
     } else {
 	// parse IFO header
 	unsigned char block[0x800];