From a873c5bdf253057b8cd39a7e2affdd4ff8752827 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 7 Mar 2014 02:39:01 +0100 Subject: [PATCH] efi-boot-generator: typo fix --- src/efi-boot-generator/efi-boot-generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c index 66d85bd20..d4d778036 100644 --- a/src/efi-boot-generator/efi-boot-generator.c +++ b/src/efi-boot-generator/efi-boot-generator.c @@ -77,7 +77,7 @@ int main(int argc, char *argv[]) { r = efi_loader_get_device_part_uuid(&id); if (r == -ENOENT) { - log_debug("EFI loader partition unknown exiting."); + log_debug("EFI loader partition unknown, exiting."); return EXIT_SUCCESS; } else if (r < 0) { log_error("Failed to read ESP partition UUID: %s", strerror(-r)); -- 2.30.2