From 557d9fd5d1e3af684cd8bdcc41dc644f2858291c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Nov 2024 23:15:17 +0100 Subject: [PATCH] pe: remove unnecessary log message about DT/HWID Fixes: #35100 --- src/boot/pe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/boot/pe.c b/src/boot/pe.c index 9af6ca0dd44..e4cb9424266 100644 --- a/src/boot/pe.c +++ b/src/boot/pe.c @@ -328,8 +328,7 @@ static void pe_locate_sections( log_error_status(err, "HWID matching failed, no DT blob will be selected: %m"); hwids = NULL; } - } else - log_info("HWIDs section is missing, no DT blob will be selected"); + } } return pe_locate_sections_internal( -- 2.47.3