]> git.sesse.net Git - vlc/commitdiff
Take logger back to control modules
authorClément Stenac <zorglub@videolan.org>
Sat, 23 Apr 2005 22:13:35 +0000 (22:13 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 23 Apr 2005 22:13:35 +0000 (22:13 +0000)
modules/misc/logger.c

index e6e2f7178023dc3e40c58b72648ac4f3bb9221bc..dd3fd295738aea83fde46ac6f21017fe1f80ae8c 100644 (file)
@@ -98,8 +98,8 @@ static char *mode_list_text[] = { N_("Text"), "HTML" };
 #define LOGMODE_LONGTEXT N_("Specify the log format. Available choices are \"text\" (default) and \"html\".")
 
 vlc_module_begin();
-    set_category( CAT_ADVANCED );
-    set_subcategory( SUBCAT_ADVANCED_MISC );
+    set_category( CAT_INTERFACE );
+    set_subcategory( SUBCAT_INTERFACE_CONTROL );
     set_shortname( N_( "Logging" ) );
     set_description( _("File logging") );