aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2020-03-25 12:05:24 +0100
committerdexter <pmaier@sysmocom.de>2020-05-12 11:32:06 +0000
commit53244a2132f2cb448b717eb03d8fa7f8bb0de6b7 (patch)
tree10eebcb570f625713f1427946127fab6a8cd1ce6
parentdb98f309a9e26b3bb531efb0b92bafad7b5ddff7 (diff)
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
-rw-r--r--lib/debug.c2
1 files changed, 1 insertions, 1 deletions
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,
},
};