summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/plat_utils.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-06-14 12:21:25 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-19 09:49:21 -0400
commit274a64b5cb71867019f4cecf47cfc0e12262238e (patch)
tree875963b9dec49298f97de5c6e28ad37e3f8aec88 /src/usr/fapi2/plat_utils.C
parent32fb239ad902a4df0dc715996de42830a98307b0 (diff)
downloadtalos-hostboot-274a64b5cb71867019f4cecf47cfc0e12262238e.tar.gz
talos-hostboot-274a64b5cb71867019f4cecf47cfc0e12262238e.zip
Fix fapi getChildren for DIMMs
Found a swapped template parameter that made a check bad Cleaned up some variable names to prevent similar errors Change-Id: Ie86184a8d8842bfd42c9d022d05ed874f5c0ceda Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41838 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/plat_utils.C')
-rw-r--r--src/usr/fapi2/plat_utils.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fapi2/plat_utils.C b/src/usr/fapi2/plat_utils.C
index fb63fc3f2..39c20b7b1 100644
--- a/src/usr/fapi2/plat_utils.C
+++ b/src/usr/fapi2/plat_utils.C
@@ -965,7 +965,7 @@ void logError(
fapi2::errlSeverity_t i_sev,
bool i_unitTestError )
{
- FAPI_DBG("Entering logError" );
+ FAPI_INF("logError(rc=%x, sev=%d)", (uint32_t)io_rc, i_sev );
createPlatLog( io_rc, i_sev );
OpenPOWER on IntegriCloud