Skip to content

Commit

Permalink
Fix missing set_XX method for sbeTarget callout
Browse files Browse the repository at this point in the history
    -Update the error xml parser to include a set method for
     the callout target tag.

Change-Id: I3ee886ed6a3665e1de5287ac17a008818268c1db
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54681
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: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
rjknight authored and dcrowell77 committed Mar 23, 2018
1 parent a4d47c4 commit eea4b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/import/hwpf/fapi2/tools/parseErrorInfo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,8 @@ sub addFfdcMethod
$callout->{priority};

$elementsFound++;

addFfdcMethod( \%methods, $callout->{target}, $err->{rc}, $target_ffdc_type );
}
if ( exists $callout->{childTargets} )
{
Expand Down

0 comments on commit eea4b09

Please sign in to comment.