Commit OCC related errors as informational

Since the PELs generated by occ-control will end up triggering a PM
Complex reset, they can get logged as informational. Hostboot/HTMGT will
determine when recovery attempts has been exhausted and will log an
unrecoverable 2616 PEL indicating the system is in safe mode.

Change-Id: Iab3d3a5d1605a4fea7362b96f5e05570cd0a1746
Signed-off-by: Chris Cain <cjcain@us.ibm.com>
diff --git a/occ_command.cpp b/occ_command.cpp
index 39bcae6..1620156 100644
--- a/occ_command.cpp
+++ b/occ_command.cpp
@@ -17,7 +17,7 @@
 #include <memory>
 #include <string>
 
-//#define TRACE_PACKETS
+// #define TRACE_PACKETS
 
 namespace open_power
 {