summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/utils/imageProcs
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2017-01-25 13:32:51 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 17:02:47 -0500
commit8ed618a86aabb5a02e373497ba5ee548d5d9055a (patch)
tree22ce0a6699f6efe3847f23b6a3fcbdde1b72ddaa /import/chips/p9/utils/imageProcs
parent2d74a3125f82b32fbf0ba00bbf8caef070fd6050 (diff)
downloadtalos-hcode-8ed618a86aabb5a02e373497ba5ee548d5d9055a.tar.gz
talos-hcode-8ed618a86aabb5a02e373497ba5ee548d5d9055a.zip
Small fix to TOR API to NOT display dbg msg when passed a ringId
that doesn't exist in TOR. (This dbg msg was recently added to the RS4v3 commit 33993 and is causing confusion, so we're putting it under local debug control.) Change-Id: I1b00f5b19951134b3d3517db59639d39e5c257a6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35419 Reviewed-by: Kahn C. Evans <kahnevan@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Diffstat (limited to 'import/chips/p9/utils/imageProcs')
-rw-r--r--import/chips/p9/utils/imageProcs/p9_tor.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_tor.C b/import/chips/p9/utils/imageProcs/p9_tor.C
index d170d21d..1e3dcc30 100644
--- a/import/chips/p9/utils/imageProcs/p9_tor.C
+++ b/import/chips/p9/utils/imageProcs/p9_tor.C
@@ -541,7 +541,10 @@ int get_ring_from_sbe_image( void* i_ringSection, // Ring section
}
}
- MY_ERR("i_ringId=0x%x is an invalid ring ID for SBE", i_ringId);
+ if (i_dbgl > 0)
+ {
+ MY_DBG("i_ringId=0x%x is an invalid ring ID for SBE\n", i_ringId);
+ }
return TOR_INVALID_RING_ID;
OpenPOWER on IntegriCloud