]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/boot/bootctl.c
Merge pull request #7855 from poettering/log-h-includes
[thirdparty/systemd.git] / src / boot / bootctl.c
index 1cc77e29f9d350afd6c38c5a36e6bd71fb32c340..0c2a39d34b8ae71e8225497e865266766738f2cf 100644 (file)
@@ -296,7 +296,7 @@ static int status_entries(const char *esp_path, sd_id128_t partition) {
                                        esp_path);
 
         if (config.default_entry < 0)
-                printf("%zu entries, no entry suitable as default", config.n_entries);
+                printf("%zu entries, no entry suitable as default\n", config.n_entries);
         else {
                 const BootEntry *e = &config.entries[config.default_entry];