aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/platform.c b/core/platform.c
index 1cae069..1d4ae6d 100644
--- a/core/platform.c
+++ b/core/platform.c
@@ -75,7 +75,7 @@ static int64_t opal_cec_reboot2(uint32_t reboot_type, char *diag)
return opal_cec_reboot();
case OPAL_REBOOT_PLATFORM_ERROR:
prlog(PR_EMERG,
- "OPAL: Reboot requested due to Platform error.");
+ "OPAL: Reboot requested due to Platform error.\n");
buf = opal_elog_create(&e_info(OPAL_RC_ABNORMAL_REBOOT), 0);
if (buf) {
log_append_msg(buf,