aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-06-15 13:36:30 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-06-15 13:37:37 +1000
commite835c2fb7ce1e9bff7ca5948c1343037e906395f (patch)
tree6197f5d4c3bfc44f20dd81f3578f897e5f6a2607
parent41ba89da0460ad792ee67986008a4e021599efa6 (diff)
downloadskiboot-e835c2fb7ce1e9bff7ca5948c1343037e906395f.zip
skiboot-e835c2fb7ce1e9bff7ca5948c1343037e906395f.tar.gz
skiboot-e835c2fb7ce1e9bff7ca5948c1343037e906395f.tar.bz2
hw/ipmi/ipmi-sel: missing newline in prlog warning
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--hw/ipmi/ipmi-sel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ipmi/ipmi-sel.c b/hw/ipmi/ipmi-sel.c
index 2cd4535..847604e 100644
--- a/hw/ipmi/ipmi-sel.c
+++ b/hw/ipmi/ipmi-sel.c
@@ -335,7 +335,7 @@ static void ipmi_elog_poll(struct ipmi_msg *msg)
size_t req_size;
if (bmc_platform->ipmi_oem_partial_add_esel == 0) {
- prlog(PR_WARNING, "BUG: Dropping ESEL on the floor due to buggy/mising code in OPAL for this BMC");
+ prlog(PR_WARNING, "BUG: Dropping ESEL on the floor due to buggy/mising code in OPAL for this BMC\n");
return;
}