From ff41e49daa852a9991cabe60777b2480b17b2e13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 25 Jan 2010 20:29:43 +0200 Subject: [PATCH] Consistency loading -> saving --- src/modules/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5