summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/sbeio/runtime/rt_sbeio.C1
-rw-r--r--src/usr/sbeio/runtime/test/sbeiotestRt.H2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/sbeio/runtime/rt_sbeio.C b/src/usr/sbeio/runtime/rt_sbeio.C
index dca1dabf3..cece7ea98 100644
--- a/src/usr/sbeio/runtime/rt_sbeio.C
+++ b/src/usr/sbeio/runtime/rt_sbeio.C
@@ -34,7 +34,6 @@
#include <errl/errlmanager.H>
#include <errl/errlreasoncodes.H>
#include <devicefw/userif.H>
-#include <occ/occ_common.H>
// targeting support
#include <targeting/common/target.H>
diff --git a/src/usr/sbeio/runtime/test/sbeiotestRt.H b/src/usr/sbeio/runtime/test/sbeiotestRt.H
index 970edfdbc..c11b92e77 100644
--- a/src/usr/sbeio/runtime/test/sbeiotestRt.H
+++ b/src/usr/sbeio/runtime/test/sbeiotestRt.H
@@ -339,7 +339,7 @@ class SbeMessagePassingRtTest : public CxxTest::TestSuite
if(errl)
{
TS_FAIL("Not able to get TARGETING::Target for runtime "
- "chip_id");
+ "chip_id 0x%08X", i_procChipId);
break;
}
OpenPOWER on IntegriCloud