aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",