commit | 468247dce056db3c65ba5147e923e07f27954ecf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 28 15:00:16 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 06 13:04:53 2023 -0500 |
tree | f5eea03baf9710eeb208992dae416b67199b7502 | |
parent | 8c14149f5e6bc3db1b7a3c8a1a1816c3be60442e [diff] [blame] |
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 <sjg@chromium.org>
diff --git a/common/log.c b/common/log.c index 57b71ed..7cfc49b 100644 --- a/common/log.c +++ b/common/log.c
@@ -30,6 +30,7 @@ "acpi", "boot", "event", + "fs", }; _Static_assert(ARRAY_SIZE(log_cat_name) == LOGC_COUNT - LOGC_NONE,