diff --git a/src/usr/isteps/istep06/call_host_voltage_config.C b/src/usr/isteps/istep06/call_host_voltage_config.C index 52be5d2056c..060e7ebe07c 100644 --- a/src/usr/isteps/istep06/call_host_voltage_config.C +++ b/src/usr/isteps/istep06/call_host_voltage_config.C @@ -622,9 +622,7 @@ void* call_host_voltage_config( void *io_pArgs ) "Error in call_host_voltage_config::p9_setup_evid"); // Create IStep error log and cross reference occurred error - //@fixme-RTC:176741-Ignore these logs until HWPs are fixed - //l_stepError.addErrorDetails( l_err ); - l_err->setSev(ERRORLOG::ERRL_SEV_INFORMATIONAL); + l_stepError.addErrorDetails( l_err ); // Commit Error errlCommit( l_err, ISTEP_COMP_ID ); diff --git a/src/usr/isteps/istep10/call_host_set_voltages.C b/src/usr/isteps/istep10/call_host_set_voltages.C index 22fe8faf0f2..84e1ba437e0 100644 --- a/src/usr/isteps/istep10/call_host_set_voltages.C +++ b/src/usr/isteps/istep10/call_host_set_voltages.C @@ -846,9 +846,7 @@ void* call_host_set_voltages(void *io_pArgs) "Error in call_host_set_voltages::platform_set_nest_voltages()") // Create IStep error log and cross reference occurred error - //@fixme-RTC:176741-Ignore these logs until HWPs are fixed - //l_stepError.addErrorDetails( l_err ); - l_err->setSev(ERRORLOG::ERRL_SEV_INFORMATIONAL); + l_stepError.addErrorDetails( l_err ); //Commit Error errlCommit( l_err, ISTEP_COMP_ID );