From 1b35e0171eca03d1f6cdff50084b8a8700cf706d Mon Sep 17 00:00:00 2001 From: Carlo von lynX Date: Mon, 8 Aug 2016 21:11:50 +0000 Subject: UX: message type for important things that aren't evil --- src/util/common_logging.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util') diff --git a/src/util/common_logging.c b/src/util/common_logging.c index a80081011..ecbe69443 100644 --- a/src/util/common_logging.c +++ b/src/util/common_logging.c @@ -256,9 +256,9 @@ get_type (const char *log) if (0 == strcasecmp (log, _("DEBUG"))) return GNUNET_ERROR_TYPE_DEBUG; if (0 == strcasecmp (log, _("INFO"))) - return GNUNET_ERROR_TYPE_MESSAGE; - if (0 == strcasecmp (log, _("MESSAGE"))) return GNUNET_ERROR_TYPE_INFO; + if (0 == strcasecmp (log, _("MESSAGE"))) + return GNUNET_ERROR_TYPE_MESSAGE; if (0 == strcasecmp (log, _("WARNING"))) return GNUNET_ERROR_TYPE_WARNING; if (0 == strcasecmp (log, _("ERROR"))) -- cgit v1.2.3