Fix space and newline for boot policy print

Resolves openbmc/openbmc#1777

Change-Id: I78df77abeca8f37cc1cdb6ae8e1e2d4b3690dc52
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/chassishandler.cpp b/chassishandler.cpp
index 6c23350..903926e 100644
--- a/chassishandler.cpp
+++ b/chassishandler.cpp
@@ -1070,7 +1070,7 @@
 
         } 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;