From 4f6daaca0fa225e785bd8293d7c5c88d9ff0b1bd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Jan 2023 15:00:16 -0700 Subject: log: Add a category for filesystems Sometimes it is useful to log things related to filesystems. Add a new category and place it at the top of one of the FAT files. 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 57b71ed1b3..7cfc49bc28 100644 --- a/common/log.c +++ b/common/log.c @@ -30,6 +30,7 @@ static const char *const log_cat_name[] = { "acpi", "boot", "event", + "fs", }; _Static_assert(ARRAY_SIZE(log_cat_name) == LOGC_COUNT - LOGC_NONE, -- cgit v1.2.3