summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-07 02:39:01 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-07 02:40:24 +0100
commita873c5bdf253057b8cd39a7e2affdd4ff8752827 (patch)
tree5f04090d8b924f052602d1c666f15e190981dcba
parentcbd353ce7787ab11a9aa193f35abb97548b3fcf2 (diff)
downloadsystemd-a873c5bdf253057b8cd39a7e2affdd4ff8752827.tar.gz
efi-boot-generator: typo fix
-rw-r--r--src/efi-boot-generator/efi-boot-generator.c2
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));