From 82237d7070b6b82620a2b4255608a23539f19dec Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 12 May 2015 10:01:06 +0100 Subject: Avoid generating confusing warning. Now the disc cache will be disabled silently if its too slow. --- content/llcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/llcache.c b/content/llcache.c index d54abc01d..346f5be42 100644 --- a/content/llcache.c +++ b/content/llcache.c @@ -2444,7 +2444,7 @@ static void llcache_persist_slowcheck(void *p) if (total_bandwidth < llcache->minimum_bandwidth) { LOG(("Current bandwidth %llu less than minimum %llu", total_bandwidth, llcache->minimum_bandwidth)); - warn_user("LowDiscWriteBandwidth", 0); + LOG(("Disabling disc cache; too slow")); guit->llcache->finalise(); } } -- cgit v1.2.3