From 6ec6bd9d887e02b868c1492fe24c0c8f1cc20f7c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 28 Dec 2014 18:27:38 +0100 Subject: 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". --- src/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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", -- cgit v1.2.3