]> git.sesse.net Git - vlc/commitdiff
Consistency loading -> saving
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 25 Jan 2010 18:29:43 +0000 (20:29 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 25 Jan 2010 18:29:43 +0000 (20:29 +0200)
src/modules/cache.c

index dbd0e6da3d011683278fa815c451f68cef43d74f..6fa81b04f8fb2c4d1f85e00b9265b2745f6926e7 100644 (file)
@@ -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;