# HG changeset patch # User reimar # Date 1312916023 0 # Node ID 1714e25ded23dc993a5b8023a5402d1f0acdd83d # Parent 76b818cbb35914fc2a02f63057f6bab1c9d295cb Another attempt to make message easier to understand. diff -r 76b818cbb359 -r 1714e25ded23 stream/cache2.c --- 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;