Commit ff41e49d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Consistency loading -> saving

parent 739dbd49
...@@ -454,7 +454,7 @@ void CacheSave( vlc_object_t *p_this, module_bank_t *p_bank ) ...@@ -454,7 +454,7 @@ void CacheSave( vlc_object_t *p_this, module_bank_t *p_bank )
if (file == NULL) if (file == NULL)
goto error; 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)) if (CacheSaveBank (file, p_bank))
goto error; goto error;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment