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_device_path_utilities.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/efi_loader/efi_device_path_utilities.c') diff --git a/lib/efi_loader/efi_device_path_utilities.c b/lib/efi_loader/efi_device_path_utilities.c index ac250bbfcc9..552c5bb1f05 100644 --- a/lib/efi_loader/efi_device_path_utilities.c +++ b/lib/efi_loader/efi_device_path_utilities.c @@ -5,6 +5,8 @@ * Copyright (c) 2017 Leif Lindholm */ +#define LOG_CATEGORY LOGC_EFI + #include const efi_guid_t efi_guid_device_path_utilities_protocol = -- cgit v1.2.3