Commit 40483857 authored by Clément Stenac's avatar Clément Stenac

Take logger back to control modules

parent ea235d4a
......@@ -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") );
......
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