[MPlayer-cvslog] r37510 - in branches/1.2: . stream/stream_cue.c

ib subversion at mplayerhq.hu
Tue Sep 8 23:02:15 CEST 2015


Author: ib
Date: Tue Sep  8 23:02:15 2015
New Revision: 37510

Log:
Merge r37494 from trunk:

Change message level.

Modified:
   branches/1.2/   (props changed)
   branches/1.2/stream/stream_cue.c

Modified: branches/1.2/stream/stream_cue.c
==============================================================================
--- branches/1.2/stream/stream_cue.c	Tue Sep  8 23:02:13 2015	(r37509)
+++ branches/1.2/stream/stream_cue.c	Tue Sep  8 23:02:15 2015	(r37510)
@@ -256,7 +256,7 @@ static int cue_find_bin (const char *fir
         fd_bin = -1;
     }
     if (fd_bin == -1) {
-      mp_msg(MSGT_OPEN,MSGL_STATUS, MSGTR_MPDEMUX_CUEREAD_BinFilenameTested,
+      mp_msg(MSGT_OPEN,MSGL_INFO, MSGTR_MPDEMUX_CUEREAD_BinFilenameTested,
             cur_name);
     }
   }


More information about the MPlayer-cvslog mailing list