[Skiboot] [PATCH] platform: add missing \n on platform error reboot message
Andrew Donnellan
andrew.donnellan at au1.ibm.com
Fri Feb 3 13:45:01 AEDT 2017
Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
---
core/platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/platform.c b/core/platform.c
index 1cae0691..1d4ae6da 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,
--
Andrew Donnellan OzLabs, ADL Canberra
andrew.donnellan at au1.ibm.com IBM Australia Limited
More information about the Skiboot
mailing list