summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/llcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/llcache.c b/content/llcache.c
index e80085aff..f60523da4 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -2434,7 +2434,7 @@ static void llcache_persist(void *p)
*/
if (total_bandwidth < llcache->minimum_bandwidth) {
LOG(("Cannot write minimum bandwidth"));
- warn_user("Disc cache write bandwidth is too slow to be useful, disabling cache", 0);
+ warn_user("LowDiscWriteBandwidth", 0);
guit->llcache->finalise();
break;
} else {