Mercurial > mplayer.hg
changeset 33868:1714e25ded23
Another attempt to make message easier to understand.
author | reimar |
---|---|
date | Tue, 09 Aug 2011 18:53:43 +0000 |
parents | 76b818cbb359 |
children | 9b59c0e0948c |
files | stream/cache2.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/cache2.c Tue Aug 09 17:36:49 2011 +0000 +++ b/stream/cache2.c Tue Aug 09 18:53:43 2011 +0000 @@ -121,7 +121,7 @@ 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;