Avoid generating confusing warning.

Now the disc cache will be disabled silently if its too slow.
This commit is contained in:
Michael Drake 2015-05-12 10:01:06 +01:00
parent d038af3178
commit 82237d7070
2 changed files with 1 additions and 4 deletions

View File

@ -2444,7 +2444,7 @@ static void llcache_persist_slowcheck(void *p)
if (total_bandwidth < llcache->minimum_bandwidth) { if (total_bandwidth < llcache->minimum_bandwidth) {
LOG(("Current bandwidth %llu less than minimum %llu", LOG(("Current bandwidth %llu less than minimum %llu",
total_bandwidth, llcache->minimum_bandwidth)); total_bandwidth, llcache->minimum_bandwidth));
warn_user("LowDiscWriteBandwidth", 0); LOG(("Disabling disc cache; too slow"));
guit->llcache->finalise(); guit->llcache->finalise();
} }
} }

View File

@ -3159,9 +3159,6 @@ de.all.DirectoryError:Verzeichnis '%s' existiert bereits.
fr.all.DirectoryError:répertoire '%s' existe déjà fr.all.DirectoryError:répertoire '%s' existe déjà
it.all.DirectoryError:La directory '%s' è già esistente it.all.DirectoryError:La directory '%s' è già esistente
nl.all.DirectoryError:map '%s' bestaat reeds nl.all.DirectoryError:map '%s' bestaat reeds
en.all.LowDiscWriteBandwidth:Disc cache write bandwidth is too low: the cache will be disabled. If this occurs frequently the cache should be disabled by setting the configured size to 0.
fr.all.LowDiscWriteBandwidth:La bande passante en écriture de la mémoire cache est trop faible : le cache sera désactivé. Si cela se produit fréquemment le cache doit être désactivé en définissant la taille configurée à 0.
nl.all.LowDiscWriteBandwidth:Bandbreedte te laag voor schijfbuffer; buffer wordt uitgeschakeld. Zet schijfbuffergrootte op 0 wanneer dit regelmatig voorkomt.
# Error messages for Amiga version only # Error messages for Amiga version only
en.ami.CompError:Unable to open en.ami.CompError:Unable to open