Revert "Fix log level "everything" and make it equal to "debug""

This reverts commit cd6ed82d1f.
This commit is contained in:
Harald Welte 2013-03-19 09:55:28 +01:00
parent 8e878738d1
commit 9b1867093f
1 changed files with 1 additions and 1 deletions

View File

@ -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" },