Commit 2f62eb32 authored by Gildas Bazin's avatar Gildas Bazin

* src/misc/configuration.c: removed annoying debug message.

parent 820fedb3
......@@ -1097,8 +1097,10 @@ int __config_SaveConfigFile( vlc_object_t *p_this, const char *psz_module_name )
/* we don't have this section in our list so we need to back
* it up */
*p_index2 = 0;
#if 0
msg_Dbg( p_this, "backing up config for unknown module \"%s\"",
&p_line[1] );
#endif
*p_index2 = ']';
b_backup = 1;
......
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