[MPlayer-cvslog] r37494 - trunk/stream/stream_cue.c

ib subversion at mplayerhq.hu
Tue Sep 8 02:34:43 CEST 2015


Author: ib
Date: Tue Sep  8 02:34:43 2015
New Revision: 37494

Log:
Change message level.

Status lines normally are intended to be overwritten,
while this message is a simple information.

Modified:
   trunk/stream/stream_cue.c

Modified: trunk/stream/stream_cue.c
==============================================================================
--- trunk/stream/stream_cue.c	Mon Sep  7 22:04:38 2015	(r37493)
+++ trunk/stream/stream_cue.c	Tue Sep  8 02:34:43 2015	(r37494)
@@ -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