From 53244a2132f2cb448b717eb03d8fa7f8bb0de6b7 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 25 Mar 2020 12:05:24 +0100 Subject: debug: use LOGL_NOTICE instead of LOGL_DEBUG In debug.c the log category DICMP6 uses LOGL_DEBUG as default. This is way to verbose, lets use LOGL_NOTICE instead. Change-Id: I4c6a9165114d1240e7e2cfa98d30d571a3f4e9d2 Related: OS#2577 --- lib/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/debug.c b/lib/debug.c index cb918b1..c79e493 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -29,7 +29,7 @@ static const struct log_info_cat default_categories[] = { [DICMP6] = { .name = "DICMP6", .description = "ICMPv6", - .enabled = 1, .loglevel = LOGL_DEBUG, + .enabled = 1, .loglevel = LOGL_NOTICE, }, }; -- cgit v1.2.3