summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errlmanager_common.C
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2015-08-06 18:38:49 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-10 10:56:58 -0500
commit6ba2412862a1548c442c9d082b2af1c5ed48a1f9 (patch)
treeaf3cb64553faf6cfbfd5e5d7b3ebb5f8e5276798 /src/usr/errl/errlmanager_common.C
parentec6c516c3a2228fe43e61c825ac215cf3e1a70e4 (diff)
downloadtalos-hostboot-6ba2412862a1548c442c9d082b2af1c5ed48a1f9.tar.gz
talos-hostboot-6ba2412862a1548c442c9d082b2af1c5ed48a1f9.zip
No SEL Callouts for Memory injects at runtime
-Fixed runtime resolution of the flag which determines if an error log will be visable to the customer. Change-Id: Id8c44b0dcdb5714c163ac6485a53216786f9fbcf RTC:133158 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19658 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/errlmanager_common.C')
-rw-r--r--src/usr/errl/errlmanager_common.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/errl/errlmanager_common.C b/src/usr/errl/errlmanager_common.C
index 38b8b3f3d..3b3f3f03b 100644
--- a/src/usr/errl/errlmanager_common.C
+++ b/src/usr/errl/errlmanager_common.C
@@ -45,7 +45,7 @@ void ErrlManager::sendErrLogToBmc(errlHndl_t &io_err)
// Decide whether we want to skip the error log
if( io_err->getSkipShowingLog() )
{
- TRACDCOMP( g_trac_errl, INFO_MRK
+ TRACFCOMP( g_trac_errl, INFO_MRK
"sendErrLogToBmc: %.8X is INFORMATIONAL/RECOVERED; skipping",
io_err->eid());
break;
OpenPOWER on IntegriCloud