From 8021296a71aa38b65c8568207d30127d635aba6b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 27 Sep 2020 18:46:13 -0600 Subject: log: Add missing category names Add some category names that were missed in recent changes. Update the comment as a reminder. Signed-off-by: Simon Glass --- common/log.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/log.c') diff --git a/common/log.c b/common/log.c index 1b10f6f180a..b7a6ebe2987 100644 --- a/common/log.c +++ b/common/log.c @@ -21,6 +21,11 @@ static const char *log_cat_name[LOGC_COUNT - LOGC_NONE] = { "driver-model", "device-tree", "efi", + "alloc", + "sandbox", + "bloblist", + "devres", + "acpi", }; static const char *log_level_name[LOGL_COUNT] = { -- cgit v1.2.3