From 3e99599f66ac6e9037a1e7de66a15096bbc477b8 Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Fri, 12 Apr 2013 15:48:38 -0500 Subject: HWPF: Change FAPI_INF traces from TRACS to TRACF As TRACS traces, we only get FAPI_INF traces by turning them on (which can be done dynamically). My original intent was that FAPI_INF traces be flight recorder type traces that may be needed to debug a problem. I suspect that we will be seeing defects which need FAPI_INF traces to debug and we do not want to have to recreate and turn on the traces. Patrick agrees to this change. Change-Id: I29514ef07ab122a8584efb3bb7485f11c81d5bbd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4047 Reviewed-by: KUMAR V. CHALLA Tested-by: Jenkins Server Reviewed-by: Brian H. Horton Reviewed-by: A. Patrick Williams III --- src/include/usr/hwpf/plat/fapiPlatTrace.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/usr/hwpf/plat') diff --git a/src/include/usr/hwpf/plat/fapiPlatTrace.H b/src/include/usr/hwpf/plat/fapiPlatTrace.H index d2005b315..db630fac6 100644 --- a/src/include/usr/hwpf/plat/fapiPlatTrace.H +++ b/src/include/usr/hwpf/plat/fapiPlatTrace.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2012 */ +/* COPYRIGHT International Business Machines Corp. 2011,2013 */ /* */ /* p1 */ /* */ @@ -52,7 +52,7 @@ extern trace_desc_t* g_fapiImpTd; extern trace_desc_t* g_fapiScanTd; // Information traces (go into fast trace buffer that can wrap often) -#define FAPI_INF(_fmt_, _args_...) TRACSCOMP(g_fapiTd, TRACE_FILENAME _fmt_, ##_args_ ) +#define FAPI_INF(_fmt_, _args_...) TRACFCOMP(g_fapiTd, TRACE_FILENAME _fmt_, ##_args_ ) // Important traces (go into slow trace buffer that should not wrap often) #define FAPI_IMP(_fmt_, _args_...) TRACFCOMP(g_fapiImpTd, TRACE_FILENAME _fmt_, ##_args_ ) -- cgit v1.2.3