summaryrefslogtreecommitdiffstats
path: root/discover/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/boot.c')
-rw-r--r--discover/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/boot.c b/discover/boot.c
index e7a72d4..583d141 100644
--- a/discover/boot.c
+++ b/discover/boot.c
@@ -290,7 +290,7 @@ int boot(void *ctx, struct discover_boot_option *opt, struct boot_command *cmd,
} else if (opt && opt->boot_image) {
image = opt->boot_image->url;
} else {
- pb_log("%s: no image specified", __func__);
+ pb_log("%s: no image specified\n", __func__);
return -1;
}
OpenPOWER on IntegriCloud