PEL: Don't bootblock on recovered PELs

PELs with a severity of 'Recovered' (0x10) do not need to block boots in
manufacturing.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I6b1c00d2c148fa61f5920e44ff3939c1e71400d7
diff --git a/extensions/openpower-pels/manager.hpp b/extensions/openpower-pels/manager.hpp
index 2354319..c9d05f8 100644
--- a/extensions/openpower-pels/manager.hpp
+++ b/extensions/openpower-pels/manager.hpp
@@ -321,8 +321,8 @@
      * @brief Check if the input PEL should cause a quiesce of the system
      *
      * If QuiesceOnHwError is enabled within phosphor-settings and the PEL
-     * from the host has a severity which is not SeverityType::nonError then
-     * execute the quiesce and boot block logic.
+     * from the host has a severity which is not SeverityType::nonError or
+     * recovered then execute the quiesce and boot block logic.
      *
      * @param[in] pel - The PEL to check
      */