From: RĂ©mi Denis-Courmont Date: Mon, 25 Jan 2010 18:29:43 +0000 (+0200) Subject: Consistency loading -> saving X-Git-Tag: 1.1.0-ff~891 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ff41e49daa852a9991cabe60777b2480b17b2e13;p=vlc Consistency loading -> saving --- diff --git a/src/modules/cache.c b/src/modules/cache.c index dbd0e6da3d..6fa81b04f8 100644 --- a/src/modules/cache.c +++ b/src/modules/cache.c @@ -454,7 +454,7 @@ void CacheSave( vlc_object_t *p_this, module_bank_t *p_bank ) if (file == NULL) goto error; - msg_Dbg (p_this, "writing plugins cache %s", psz_filename); + msg_Dbg (p_this, "saving plugins cache %s", psz_filename); if (CacheSaveBank (file, p_bank)) goto error;