diff options
Diffstat (limited to 'src/efi-boot-generator/efi-boot-generator.c')
-rw-r--r-- | src/efi-boot-generator/efi-boot-generator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c index 66d85bd204..d4d778036f 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)); |