Commit 40c3a9fd authored by Pierre Ynard's avatar Pierre Ynard

logger: build fix

parent 8fca7915
...@@ -130,10 +130,6 @@ static const char *const mode_list_text[] = { N_("Text"), "HTML" ...@@ -130,10 +130,6 @@ static const char *const mode_list_text[] = { N_("Text"), "HTML"
"will be forwarded. Available choices are \"user\" (default), \"daemon\", " \ "will be forwarded. Available choices are \"user\" (default), \"daemon\", " \
"and \"local0\" through \"local7\".") "and \"local0\" through \"local7\".")
#define LOGVERBOSE_TEXT N_("Verbosity")
#define LOGVERBOSE_LONGTEXT N_("Select the verbosity to use for log or -1 to " \
"use the same verbosity given by --verbose.")
/* First in list is the default facility used. */ /* First in list is the default facility used. */
#define DEFINE_SYSLOG_FACILITY \ #define DEFINE_SYSLOG_FACILITY \
DEF( "user", LOG_USER ), \ DEF( "user", LOG_USER ), \
...@@ -158,6 +154,10 @@ enum { fac_entries = sizeof(fac_name)/sizeof(fac_name[0]) }; ...@@ -158,6 +154,10 @@ enum { fac_entries = sizeof(fac_name)/sizeof(fac_name[0]) };
#endif #endif
#define LOGVERBOSE_TEXT N_("Verbosity")
#define LOGVERBOSE_LONGTEXT N_("Select the verbosity to use for log or -1 to " \
"use the same verbosity given by --verbose.")
vlc_module_begin () vlc_module_begin ()
set_shortname( N_( "Logging" ) ) set_shortname( N_( "Logging" ) )
set_description( N_("File logging") ) set_description( N_("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