summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/trxcon/logging.c')
-rw-r--r--src/host/trxcon/logging.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/host/trxcon/logging.c b/src/host/trxcon/logging.c
index 119456b6..a76b4d97 100644
--- a/src/host/trxcon/logging.c
+++ b/src/host/trxcon/logging.c
@@ -60,7 +60,13 @@ static struct log_info_cat trx_log_info_cat[] = {
},
[DSCH] = {
.name = "DSCH",
- .description = "Scheduler",
+ .description = "Scheduler management",
+ .color = "\033[1;36m",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
+ [DSCHD] = {
+ .name = "DSCHD",
+ .description = "Scheduler data",
.color = "\033[1;36m",
.enabled = 1, .loglevel = LOGL_NOTICE,
},