summaryrefslogtreecommitdiff
path: root/include/log.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-28 03:46:13 +0300
committerTom Rini <trini@konsulko.com>2020-10-22 16:53:31 +0300
commit8021296a71aa38b65c8568207d30127d635aba6b (patch)
tree9813fa1c5291baa7a5974d3aafe4a460dec21dd4 /include/log.h
parentb90daf2743b38022bea8727ede867ad63e971db2 (diff)
downloadu-boot-8021296a71aa38b65c8568207d30127d635aba6b.tar.xz
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 <sjg@chromium.org>
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/log.h b/include/log.h
index 4acc087b2e..6de5e611c7 100644
--- a/include/log.h
+++ b/include/log.h
@@ -42,7 +42,9 @@ enum log_level_t {
/**
* Log categories supported. Most of these correspond to uclasses (i.e.
- * enum uclass_id) but there are also some more generic categories
+ * enum uclass_id) but there are also some more generic categories.
+ *
+ * Remember to update log_cat_name[] after adding a new category.
*/
enum log_category_t {
LOGC_FIRST = 0, /* First part mirrors UCLASS_... */