Skip to content

Commit

Permalink
Turn off NVDIMM debug trace output
Browse files Browse the repository at this point in the history
Change-Id: I8b0e17cd2f7549b9372fd93feca9bcef4106aa33
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79631
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
MRaybuck authored and dcrowell77 committed Jul 1, 2019
1 parent 2910a08 commit 3a5514c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/usr/isteps/nvdimm/nvdimm.C
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ trace_desc_t* g_trac_nvdimm = NULL;
TRAC_INIT(&g_trac_nvdimm, NVDIMM_COMP_NAME, 2*KILOBYTE);

// Easy macro replace for unit testing
#define TRACUCOMP(args...) TRACFCOMP(args)
//#define TRACUCOMP(args...)
//#define TRACUCOMP(args...) TRACFCOMP(args)
#define TRACUCOMP(args...)


namespace NVDIMM
Expand Down
2 changes: 1 addition & 1 deletion src/usr/isteps/nvdimm/nvdimmdd.C
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ errlHndl_t nvdimmReadAttributes ( TARGETING::Target * i_target,

// Printing mux info separately, if combined, nothing is displayed
char* l_muxPath = o_i2cInfo.i2cMuxPath.toString();
TRACFCOMP(g_trac_nvdimm, "nvdimmReadAttributes(): "
TRACUCOMP(g_trac_nvdimm, "nvdimmReadAttributes(): "
"muxSelector=0x%X, muxPath=%s",
o_i2cInfo.i2cMuxBusSelector,
l_muxPath);
Expand Down

0 comments on commit 3a5514c

Please sign in to comment.