cosmetic: main: Properly format log_info_cat

Change-Id: If130d1debc1977b7f8d82f515861df2c513d55bb
This commit is contained in:
Pau Espin 2022-09-09 16:21:22 +02:00
parent ec5e85b84e
commit 8c777990a5
1 changed files with 6 additions and 3 deletions

View File

@ -295,19 +295,22 @@ static const struct log_info_cat log_categories[] = {
.name = "DRTP",
.description = "RTP stream handling",
.color = "\033[1;30m",
.enabled = 1,.loglevel = LOGL_NOTICE,
.enabled = 1,
.loglevel = LOGL_NOTICE,
},
[DE1] = {
.name = "DE1",
.description = "E1 line handling",
.color = "\033[1;31m",
.enabled = 1,.loglevel = LOGL_NOTICE,
.enabled = 1,
.loglevel = LOGL_NOTICE,
},
[DOSMUX] = {
.name = "DOSMUX",
.description = "Osmux (Osmocom RTP multiplexing)",
.color = "\033[1;32m",
.enabled = 1,.loglevel = LOGL_NOTICE,
.enabled = 1,
.loglevel = LOGL_NOTICE,
},
};