From e9c34fab18a9a0022b36729afd8e262e062764e2 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Thu, 16 Jan 2025 20:26:59 +0100 Subject: efi_loader: use LOGC_EFI consistently The log category should be LOGC_EFI all over the EFI sub-system. Signed-off-by: Heinrich Schuchardt Reviewed-by: Ilias Apalodimas --- lib/efi_loader/efi_load_initrd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/efi_loader/efi_load_initrd.c') diff --git a/lib/efi_loader/efi_load_initrd.c b/lib/efi_loader/efi_load_initrd.c index 23508431c83..fb8cc7bcbe3 100644 --- a/lib/efi_loader/efi_load_initrd.c +++ b/lib/efi_loader/efi_load_initrd.c @@ -4,6 +4,7 @@ */ #define LOG_CATEGORY LOGC_EFI + #include #include #include -- cgit v1.2.3