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 --- fs/fat/fat_write.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fs') diff --git a/fs/fat/fat_write.c b/fs/fat/fat_write.c index 8ff2f6def0..00541ebc3a 100644 --- a/fs/fat/fat_write.c +++ b/fs/fat/fat_write.c @@ -5,6 +5,8 @@ * R/W (V)FAT 12/16/32 filesystem implementation by Donggeun Kim */ +#define LOG_CATEGORY LOGC_FS + #include #include #include -- cgit v1.2.3