From 12d583b38fa570da1fc5aba6d1f5aaf2ba3d8505 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 28 Oct 2024 13:47:52 +0100 Subject: log: Add a new category for tests In some core test code, no existing categories make sense. Add a new one for testing. Signed-off-by: Simon Glass --- common/log.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/log.c b/common/log.c index b83a6618900..c9fe35230d6 100644 --- a/common/log.c +++ b/common/log.c @@ -32,6 +32,7 @@ static const char *const log_cat_name[] = { "fs", "expo", "console", + "test", }; _Static_assert(ARRAY_SIZE(log_cat_name) == LOGC_COUNT - LOGC_NONE, -- cgit v1.2.3