# HG changeset patch # User ulion # Date 1196307350 0 # Node ID db94ecd7e7f1bfe4c8955effe0cee0cd239e1e80 # Parent 644be6d209a2c22245bf42b10dcc35bda5e5f8f3 Even when vobsub is forced, .ifo file is still not necessary, so change the log level from error to warning. diff -r 644be6d209a2 -r db94ecd7e7f1 vobsub.c --- 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];