From 5e142e95923e84db0bb07e1b6ca85bc39eb3408b Mon Sep 17 00:00:00 2001 From: Mike Baiocchi Date: Tue, 17 Apr 2018 10:02:41 -0500 Subject: Reduce Console Output Trace from PNOR component in OpenPower I found that these TRACFCOMPs were adding thousands of lines to my console output and they are benign good-path traces. I have changed them to TRACDCOMPs. Change-Id: Ia5939bfa6eb4b6efa6587ff577c76e5824b38c75 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57359 Reviewed-by: ILYA SMIRNOV Reviewed-by: Nicholas E. Bofferding Tested-by: Jenkins Server Reviewed-by: William G. Hoffa Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/usr/pnor/ast_mboxdd.C | 4 ++-- src/usr/pnor/pnor_mboxdd.C | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr') diff --git a/src/usr/pnor/ast_mboxdd.C b/src/usr/pnor/ast_mboxdd.C index 19d3f4f90..f8b4768dd 100644 --- a/src/usr/pnor/ast_mboxdd.C +++ b/src/usr/pnor/ast_mboxdd.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2017 */ +/* Contributors Listed Below - COPYRIGHT 2011,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -350,7 +350,7 @@ errlHndl_t astMbox::doMessage(mboxMessage& io_msg) ERRORLOG::errlCommit(l_lpc_err, PNOR_COMP_ID); } - TRACFCOMP( g_trac_pnor, EXIT_MRK "astMboxDD::doMessage() resp=0x%02x", + TRACDCOMP( g_trac_pnor, EXIT_MRK "astMboxDD::doMessage() resp=0x%02x", io_msg.iv_resp ); return l_err; } diff --git a/src/usr/pnor/pnor_mboxdd.C b/src/usr/pnor/pnor_mboxdd.C index be8343433..0e82b1a7b 100644 --- a/src/usr/pnor/pnor_mboxdd.C +++ b/src/usr/pnor/pnor_mboxdd.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2017 */ +/* Contributors Listed Below - COPYRIGHT 2011,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -347,7 +347,7 @@ errlHndl_t PnorDD::adjustMboxWindow(bool i_isWrite, uint32_t i_reqAddr, - l_pos; } - TRACFCOMP(g_trac_pnor, "astMboxDD::adjustMboxWindow opening %s window at 0x%08x" + TRACDCOMP(g_trac_pnor, "astMboxDD::adjustMboxWindow opening %s window at 0x%08x" " for addr 0x%08x req_size 0x%08x", i_isWrite ? "write" : "read", l_pos, i_reqAddr, l_reqSize); -- cgit v1.2.3