[vlc-devel] commit: Consistency loading -> saving ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Jan 25 19:31:20 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jan 25 20:29:43 2010 +0200| [ff41e49daa852a9991cabe60777b2480b17b2e13] | committer: Rémi Denis-Courmont 

Consistency loading -> saving

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ff41e49daa852a9991cabe60777b2480b17b2e13
---

 src/modules/cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/modules/cache.c b/src/modules/cache.c
index dbd0e6d..6fa81b0 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;
 




More information about the vlc-devel mailing list