summaryrefslogtreecommitdiffstats
path: root/src/usr/xscom/runtime/rt_xscom.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/xscom/runtime/rt_xscom.C')
-rw-r--r--src/usr/xscom/runtime/rt_xscom.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/xscom/runtime/rt_xscom.C b/src/usr/xscom/runtime/rt_xscom.C
index cf7d40052..404753bf0 100644
--- a/src/usr/xscom/runtime/rt_xscom.C
+++ b/src/usr/xscom/runtime/rt_xscom.C
@@ -33,7 +33,7 @@
// Trace definition
trace_desc_t* g_trac_xscom = NULL;
-TRAC_INIT(&g_trac_xscom, "XSCOM", 2*KILOBYTE, TRACE::BUFFER_SLOW);
+TRAC_INIT(&g_trac_xscom, XSCOM_COMP_NAME, 2*KILOBYTE, TRACE::BUFFER_SLOW);
namespace XSCOM
{
OpenPOWER on IntegriCloud