summaryrefslogtreecommitdiff
path: root/common/log.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-09-01 16:26:18 -0600
committerTom Rini <trini@konsulko.com>2024-09-18 13:00:59 -0600
commit90afded462fd5aa01c114f5e40c34bb5b23deba7 (patch)
treed9bf46fcd60cb9d7d75e9ec1c328ae254d3a0f0a /common/log.c
parent4048219957fec6da92def7ca88ebf3836574856e (diff)
log: Add a new log category for the console
Add a new category which covers the console, including the stdio drivers. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/log.c')
-rw-r--r--common/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log.c b/common/log.c
index dfee250b158..b83a6618900 100644
--- a/common/log.c
+++ b/common/log.c
@@ -31,6 +31,7 @@ static const char *const log_cat_name[] = {
"event",
"fs",
"expo",
+ "console",
};
_Static_assert(ARRAY_SIZE(log_cat_name) == LOGC_COUNT - LOGC_NONE,