[MPlayer-cvslog] r33956 - trunk/stream/cache2.c

reimar subversion at mplayerhq.hu
Tue Aug 9 20:53:43 CEST 2011


Author: reimar
Date: Tue Aug  9 20:53:43 2011
New Revision: 33956

Log:
Another attempt to make message easier to understand.

Modified:
   trunk/stream/cache2.c

Modified: trunk/stream/cache2.c
==============================================================================
--- trunk/stream/cache2.c	Tue Aug  9 19:36:49 2011	(r33955)
+++ trunk/stream/cache2.c	Tue Aug  9 20:53:43 2011	(r33956)
@@ -121,7 +121,7 @@ static int cache_read(cache_vars_t *s, u
 	if(s->eof) break;
 	if (s->max_filepos == last_max) {
 	    if (sleep_count++ == 10)
-	        mp_msg(MSGT_CACHE, MSGL_WARN, "Cache not filling, consider increasing -cache and/or -cache-min. [performance issue]\n");
+	        mp_msg(MSGT_CACHE, MSGL_WARN, "Cache empty, consider increasing -cache and/or -cache-min. [performance issue]\n");
 	} else {
 	    last_max = s->max_filepos;
 	    sleep_count = 0;


More information about the MPlayer-cvslog mailing list