summaryrefslogtreecommitdiff
path: root/content/llcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/llcache.c')
-rw-r--r--content/llcache.c2
1 files changed, 1 insertions, 1 deletions
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();
}
}