summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/deconfigGard.C4
-rw-r--r--src/usr/hwas/test/hwasGardTest.H22
-rw-r--r--src/usr/hwas/testHWP.C2
3 files changed, 14 insertions, 14 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
{
diff --git a/src/usr/hwas/test/hwasGardTest.H b/src/usr/hwas/test/hwasGardTest.H
index dda0de693..d863072b3 100644
--- a/src/usr/hwas/test/hwasGardTest.H
+++ b/src/usr/hwas/test/hwasGardTest.H
@@ -59,7 +59,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
TS_FAIL("testDeconfigure1: Error from getDeconfigureRecords");
}
else
@@ -91,7 +91,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
TS_FAIL("testDeconfigure2: Error from getDeconfigureRecords");
}
else
@@ -226,7 +226,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
}
}
@@ -338,7 +338,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
}
}
@@ -356,7 +356,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
TS_FAIL("testGard1: Error from getGardRecords");
}
else
@@ -380,7 +380,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
TS_FAIL("testGard2: Error from getGardRecords");
}
else
@@ -419,7 +419,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
TS_FAIL("testGard3: Error from getGardRecords");
}
else
@@ -542,7 +542,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
}
}
@@ -661,7 +661,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
}
}
@@ -809,7 +809,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
}
}
@@ -912,7 +912,7 @@ public:
if (l_pErr)
{
- errlCommit(l_pErr);
+ errlCommit(l_pErr,HWAS_COMP_ID);
}
}
};
diff --git a/src/usr/hwas/testHWP.C b/src/usr/hwas/testHWP.C
index ce18e1961..6bb0f851f 100644
--- a/src/usr/hwas/testHWP.C
+++ b/src/usr/hwas/testHWP.C
@@ -85,7 +85,7 @@ void testHWP( void * io_pArgs )
if (l_err)
{
TRACFCOMP( g_trac_hwas, "testHWP failed, committing errorlog");
- errlCommit(l_err);
+ errlCommit(l_err,HWAS_COMP_ID);
}
TASKARGS_WAIT_AND_ENDTASK();
OpenPOWER on IntegriCloud