summaryrefslogtreecommitdiffstats
path: root/discover/boot.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-09-23 17:11:10 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-09-23 17:11:10 +0800
commit209b10507b8f95f9f549ecb81158034038334c36 (patch)
tree23f1a96faf8a59b76ab2cf2e6306b0f9e9e6acd7 /discover/boot.c
parent7a0a735a5c1db0e0b1816300c8ad211326bfcde6 (diff)
downloadtalos-petitboot-209b10507b8f95f9f549ecb81158034038334c36.tar.gz
talos-petitboot-209b10507b8f95f9f549ecb81158034038334c36.zip
discover/boot: Fix log message with no newline
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
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