summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/cache2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/cache2.c b/stream/cache2.c
index 2785a0c60f..9e87670752 100644
--- a/stream/cache2.c
+++ b/stream/cache2.c
@@ -120,7 +120,7 @@ static int cache_read(cache_vars_t *s, unsigned char *buf, int size)
if(s->eof) break;
if (s->max_filepos == last_max) {
if (sleep_count++ == 10)
- mp_msg(MSGT_CACHE, MSGL_WARN, "Cache not filling!\n");
+ mp_msg(MSGT_CACHE, MSGL_WARN, "Cache not filling, consider increasing -cache and/or -cache-min!\n");
} else {
last_max = s->max_filepos;
sleep_count = 0;