[vlc-devel] [PATCH 1/2] logger/file: Improve the verbosity option description

Marvin Scholz epirat07 at gmail.com
Fri Sep 8 21:49:33 CEST 2017


---
 modules/logger/file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/logger/file.c b/modules/logger/file.c
index ff7962497b..dc13f90e18 100644
--- a/modules/logger/file.c
+++ b/modules/logger/file.c
@@ -209,7 +209,7 @@ static const char *const verbosity_text[] = { N_("Default"), N_("Info"), N_("Err
 #define LOGMODE_LONGTEXT N_("Specify the logging format.")
 
 #define LOGVERBOSE_TEXT N_("Verbosity")
-#define LOGVERBOSE_LONGTEXT N_("Select the verbosity to use for log or " \
+#define LOGVERBOSE_LONGTEXT N_("Select the logging verbosity or " \
 "default to use the same verbosity given by --verbose.")
 
 vlc_module_begin()
-- 
2.11.0 (Apple Git-81)



More information about the vlc-devel mailing list