summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/deconfigGard.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas/deconfigGard.C')
-rw-r--r--src/usr/hwas/deconfigGard.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwas/deconfigGard.C b/src/usr/hwas/deconfigGard.C
index e1f42c2c7..84f6fc5a2 100644
--- a/src/usr/hwas/deconfigGard.C
+++ b/src/usr/hwas/deconfigGard.C
@@ -223,7 +223,7 @@ void DeconfigGard::_deconfigureTarget(TARGETING::Target & i_target,
l_pErr = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_INFORMATIONAL,
MOD_DECONFIG_GARD,
RC_TARGET_NOT_DECONFIGURABLE);
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
}
else
{
@@ -402,7 +402,7 @@ errlHndl_t DeconfigGard::_createGardRecord(const TARGETING::Target & i_target,
l_pErr = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE,
MOD_DECONFIG_GARD,
RC_TARGET_NOT_GARDABLE);
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
}
else
{
OpenPOWER on IntegriCloud