From 09270628da5d014eb00f217518b2c7227fb0774f Mon Sep 17 00:00:00 2001 From: ulion Date: Thu, 29 Nov 2007 03:35:50 +0000 Subject: Even when vobsub is forced, .ifo file is still not necessary, so change the log level from error to warning. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25197 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vobsub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vobsub.c') diff --git a/vobsub.c b/vobsub.c index 45eee2789b..76ff71b37f 100644 --- a/vobsub.c +++ b/vobsub.c @@ -991,7 +991,7 @@ vobsub_parse_ifo(void* this, const char *const name, unsigned int *palette, unsi 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]; -- cgit v1.2.3