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

More verbose error when failing to load the cache file

parent 86bae4e7
......@@ -113,7 +113,7 @@ void CacheLoad( vlc_object_t *p_this, module_bank_t *p_bank, bool b_delete )
file = utf8_fopen( psz_filename, "rb" );
if( !file )
{
msg_Warn( p_this, "could not open plugins cache file %s for reading",
msg_Warn( p_this, "cannot read %s (%m)",
psz_filename );
free( psz_filename );
return;
......
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