From 9b1867093f7ddc4f1bc4cdd56813a8195bd574e4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 19 Mar 2013 09:55:28 +0100 Subject: Revert "Fix log level "everything" and make it equal to "debug"" This reverts commit cd6ed82d1ff48f47ad9e33e6322df62896a76ed5. --- 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 ffe6ecff..995fcd79 100644 --- a/src/logging.c +++ b/src/logging.c @@ -55,7 +55,7 @@ LLIST_HEAD(osmo_log_target_list); #define LOGLEVEL_DEFS 6 /* Number of loglevels.*/ static const struct value_string loglevel_strs[LOGLEVEL_DEFS+1] = { - { LOGL_DEBUG, "EVERYTHING" }, /* backwards compatibility */ + { 0, "EVERYTHING" }, { LOGL_DEBUG, "DEBUG" }, { LOGL_INFO, "INFO" }, { LOGL_NOTICE, "NOTICE" }, -- cgit v1.2.3