aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2020-03-25 12:35:07 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2020-03-25 12:36:15 +0100
commit748d8edbf84fee9be9e4e3f97cd78b17eb683c86 (patch)
tree834b9edea081cc06017374885e0368921b81ffd9
parentdfc6e5ffc786756bded94ea06eb2502720b28839 (diff)
debug: use LOGL_NOTICE for log category DDEV
The log category DDEV ueses LOGL_INFO as debug level. This is too verbose, lets use LOGL_NOTICE instead Change-Id: I56d45ce5c3f55574491ffa6e4d902d6ba7499d46 Related: OS#2577
-rw-r--r--CommonLibs/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonLibs/debug.c b/CommonLibs/debug.c
index 5e09079..b33476e 100644
--- a/CommonLibs/debug.c
+++ b/CommonLibs/debug.c
@@ -73,7 +73,7 @@ static const struct log_info_cat default_categories[] = {
.name = "DDEV",
.description = "Device/Driver specific code",
.color = NULL,
- .enabled = 1, .loglevel = LOGL_INFO,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
},
[DDEVDRV] = {
.name = "DDEVDRV",