summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errlmanager.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2011-07-29 13:22:18 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2011-08-08 08:03:58 -0500
commitdf4b0117660700e195864b761dfe92dd3467c686 (patch)
tree8542d84e764200031416e89a5defa166a616e0d0 /src/usr/errl/errlmanager.C
parentb6041015e48c8987813b2220f59da4bf6c54383e (diff)
downloadtalos-hostboot-df4b0117660700e195864b761dfe92dd3467c686.tar.gz
talos-hostboot-df4b0117660700e195864b761dfe92dd3467c686.zip
More PNOR RP work - Task 3440 (Story 3330)
Also includes testcase work for Task 3388 Change-Id: Ib4ff920f351554fe457c171f601a38809ca6ac6f Functional PNOR RP code that works with the PNOR DD. Still missing the complete path but should be ready for use by the next level up. Task 3440 Change-Id: Id32a919f88da636c341116444e557387beaccdb2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/230 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Diffstat (limited to 'src/usr/errl/errlmanager.C')
-rw-r--r--src/usr/errl/errlmanager.C7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/errl/errlmanager.C b/src/usr/errl/errlmanager.C
index 9a7a848f2..10eccbc66 100644
--- a/src/usr/errl/errlmanager.C
+++ b/src/usr/errl/errlmanager.C
@@ -51,9 +51,12 @@ void ErrlManager::commitErrLog(errlHndl_t& io_err)
}
else
{
+ TRACFCOMP( g_trac_errl, "commitErrLog()> Reasoncode=%X, Id=%d", io_err->reasonCode(), io_err->logId() );
+
+ //@fixme - an id is already assigned in the constructor, which one do we want?
// Assign a unique error ID to the committed log
- uint32_t l_errId = getUniqueErrId();
- io_err->setLogId(l_errId);
+ //uint32_t l_errId = getUniqueErrId();
+ //io_err->setLogId(l_errId);
// @todo:
// - Flatten error into PNOR
OpenPOWER on IntegriCloud