summaryrefslogtreecommitdiffstats
path: root/chassishandler.cpp
diff options
context:
space:
mode:
authorGeorge Keishing <gkeishin@in.ibm.com>2017-06-14 03:06:48 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-06-16 05:27:50 +0000
commit012d6a4e6630599ce4ffb38cc1daeaafe7269e35 (patch)
tree3722875780856f514a525a1b65a56083a2293dd7 /chassishandler.cpp
parent8fc0988b6ab87129f46659f48a7a7387a836b285 (diff)
downloadphosphor-host-ipmid-012d6a4e6630599ce4ffb38cc1daeaafe7269e35.tar.gz
phosphor-host-ipmid-012d6a4e6630599ce4ffb38cc1daeaafe7269e35.zip
Fix space and newline for boot policy print
Resolves openbmc/openbmc#1777 Change-Id: I78df77abeca8f37cc1cdb6ae8e1e2d4b3690dc52 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
Diffstat (limited to 'chassishandler.cpp')
-rw-r--r--chassishandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chassishandler.cpp b/chassishandler.cpp
index 6c23350..903926e 100644
--- a/chassishandler.cpp
+++ b/chassishandler.cpp
@@ -1070,7 +1070,7 @@ ipmi_ret_t ipmi_chassis_get_sys_boot_options(ipmi_netfn_t netfn, ipmi_cmd_t cmd,
} else {
- printf("BootPolicy is[%s]", p);
+ printf("BootPolicy is [%s]\n", p);
resp->data[0] = (strncmp(p,"ONETIME",strlen("ONETIME"))==0) ?
SET_PARM_BOOT_FLAGS_VALID_ONE_TIME:
SET_PARM_BOOT_FLAGS_VALID_PERMANENT;
OpenPOWER on IntegriCloud