aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-28 18:27:38 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-28 18:30:59 +0100
commit6ec6bd9d887e02b868c1492fe24c0c8f1cc20f7c (patch)
tree259e9d917c74d415c63ff971ed7ba43f9dfa65af /src/logging.c
parentc8c33094afe13b78a5c75ecfd62eff06e68d197d (diff)
log: "logging level everything" is a badly named option.
We tried to fix it but it isn't that easy. The original fix was cd6ed82d1ff48f47ad9e33e6322df62896a76ed5 but we had to revert it as "everything" is present/used in existing config files. If we ever change the ABI we can make everything be something that is > 0. For now use a wording that makes it obvious that people should not use "everything".
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging.c b/src/logging.c
index 36c31c4a..c007a45f 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -121,7 +121,7 @@ static const struct log_info_cat internal_cat[OSMO_NUM_DLIB] = {
/*! \brief descriptive string for each log level */
/* You have to keep this in sync with the structure loglevel_strs. */
const char *loglevel_descriptions[LOGLEVEL_DEFS+1] = {
- "Log simply everything",
+ "Don't use. It doesn't log anything",
"Log debug messages and higher levels",
"Log informational messages and higher levels",
"Log noticable messages and higher levels",