Commit 3c9ff429 authored by Gildas Bazin's avatar Gildas Bazin

* src/misc/modules.c: remove debug message.

parent 1eba7a33
...@@ -1631,7 +1631,6 @@ static void CacheLoad( vlc_object_t *p_this ) ...@@ -1631,7 +1631,6 @@ static void CacheLoad( vlc_object_t *p_this )
{ {
msg_Warn( p_this, "This doesn't look like a valid plugins cache " msg_Warn( p_this, "This doesn't look like a valid plugins cache "
"(language changed)" ); "(language changed)" );
msg_Warn( p_this, "lang: %s, %s", p_cachelang, p_lang );
fclose( file ); fclose( file );
return; 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