From 57cd5c77b2f5e685b35dae6374bb7f5a168c52c9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 2 Dec 2014 10:03:27 +0000 Subject: Use translated messgae for low bandwidth error --- 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 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 { -- cgit v1.2.3