]> git.sesse.net Git - vlc/commitdiff
* src/misc/configuration.c: removed annoying debug message.
authorGildas Bazin <gbazin@videolan.org>
Sat, 2 Apr 2005 12:04:37 +0000 (12:04 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 2 Apr 2005 12:04:37 +0000 (12:04 +0000)
src/misc/configuration.c

index 0090d5ee738d445d4ae2e769a2741b11ac84e9bd..c2b8cca5ca6eff762a617f910c142631ceaf18d6 100644 (file)
@@ -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;