Skip to content

Commit

Permalink
platform: add missing \n on platform error reboot message
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
ajdlinux authored and stewartsmith committed Feb 3, 2017
1 parent ebf8752 commit b1544fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b1544fb

Please sign in to comment.