]> git.sesse.net Git - vlc/commitdiff
logger: build fix
authorPierre Ynard <linkfanel@yahoo.fr>
Thu, 31 Dec 2009 23:57:52 +0000 (00:57 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Thu, 31 Dec 2009 23:57:52 +0000 (00:57 +0100)
modules/misc/logger.c

index 377609b83125f53a06e3283f5fa74582c601b73d..be1cec2fdfeefefcd52680069b5db4a8e649ef69 100644 (file)
@@ -130,10 +130,6 @@ static const char *const mode_list_text[] = { N_("Text"), "HTML"
   "will be forwarded. Available choices are \"user\" (default), \"daemon\", " \
   "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. */
 #define DEFINE_SYSLOG_FACILITY \
   DEF( "user",   LOG_USER ), \
@@ -158,6 +154,10 @@ enum                   { fac_entries = sizeof(fac_name)/sizeof(fac_name[0]) };
 
 #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 ()
     set_shortname( N_( "Logging" ) )
     set_description( N_("File logging") )