From 748d8edbf84fee9be9e4e3f97cd78b17eb683c86 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 25 Mar 2020 12:35:07 +0100 Subject: 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 --- CommonLibs/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3