[vlc-commits] logger/file: Improve the verbosity option description

Marvin Scholz git at videolan.org
Fri Oct 13 01:00:28 CEST 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Sep  8 21:49:33 2017 +0200| [fc05351f4f53fc24a0e92b61134018e0b492ae2a] | committer: Jean-Baptiste Kempf

logger/file: Improve the verbosity option description

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc05351f4f53fc24a0e92b61134018e0b492ae2a
---

 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 89058d95bd..48c0d8c45e 100644
--- a/modules/logger/file.c
+++ b/modules/logger/file.c
@@ -212,7 +212,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()



More information about the vlc-commits mailing list