Skip to content

Commit

Permalink
Use RC_NO_SPIRA instead of RC_BAD_NACA for error log
Browse files Browse the repository at this point in the history
Code bug found where RC_BAD_NACA used instead of the
correct RC_NO_SPIRA.

Change-Id: Ia562d8c78e5abaf687281c2adeb0790c952027e8
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69455
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
mderkse1 authored and dcrowell77 committed Jan 11, 2019
1 parent 26f7f6d commit b95e95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/runtime/hdatservice.C
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ errlHndl_t hdatService::findSpira( void )
errhdl = new ERRORLOG::ErrlEntry(
ERRORLOG::ERRL_SEV_UNRECOVERABLE,
RUNTIME::MOD_HDATSERVICE_FINDSPIRA,
RUNTIME::RC_BAD_NACA,
RUNTIME::RC_NO_SPIRA,
TWO_UINT32_TO_UINT64(ERRL_GETRC_SAFE(errhdl_l),
ERRL_GETEID_SAFE(errhdl_l)),
TWO_UINT32_TO_UINT64(ERRL_GETRC_SAFE(errhdl_s),
Expand Down

0 comments on commit b95e95e

Please sign in to comment.