diff options
Diffstat (limited to 'common/log.c')
| -rw-r--r-- | common/log.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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] = { | 
