summaryrefslogtreecommitdiffstats
path: root/src/import/generic/memory/lib/utils
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-06-11 12:54:24 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-07-25 04:13:37 -0500
commit117e3fb9850cfc1cc69b52afc7e2b499797a56ea (patch)
tree6555415220304f4f9523e6abf74490c8786af797 /src/import/generic/memory/lib/utils
parent7ef569b09c2aeb2ee0aad40791ae99447ad03197 (diff)
downloadtalos-sbe-117e3fb9850cfc1cc69b52afc7e2b499797a56ea.tar.gz
talos-sbe-117e3fb9850cfc1cc69b52afc7e2b499797a56ea.zip
Make some FAPI_INF traces that are spamming FW logs into FAPI_DBG
In testing this change has removed ~56k lines from the HBFW trace log. In general these traces are not really needed but they can still be turned on if we are seeing problems. Change-Id: I7ddfd6110d9dc620a619bc345f9194ffaabfd417 Original-Change-Id: I86db95070eed4eb8a45cebb0f918009dd5d37996 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78755 Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@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: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81016 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import/generic/memory/lib/utils')
-rw-r--r--src/import/generic/memory/lib/utils/mss_field.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/generic/memory/lib/utils/mss_field.H b/src/import/generic/memory/lib/utils/mss_field.H
index 92bf014b..edce585a 100644
--- a/src/import/generic/memory/lib/utils/mss_field.H
+++ b/src/import/generic/memory/lib/utils/mss_field.H
@@ -324,7 +324,7 @@ inline fapi2::ReturnCode get_field( const fapi2::Target<T>& i_target,
"Conversion error between original %d to converted %d value for %s",
l_temp, o_value, spd::c_str(i_target) );
- FAPI_INF("%s: 0x%02x for %s",
+ FAPI_DBG("%s: 0x%02x for %s",
TT::FIELD_STR,
o_value,
spd::c_str(i_target));
@@ -375,7 +375,7 @@ inline fapi2::ReturnCode set_field( const fapi2::Target<T>& i_target,
FAPI_TRY( (set_field<E, F>(i_target, i_setting, i_ffdc_codes, io_data)),
"Failed set_field() for %s", spd::c_str(i_target) );
- FAPI_INF("%s: Set value of 0x%02x. Data for buffer at byte %d, is now 0x%02x for %s",
+ FAPI_DBG("%s: Set value of 0x%02x. Data for buffer at byte %d, is now 0x%02x for %s",
TT::FIELD_STR,
i_setting,
BYTE,
OpenPOWER on IntegriCloud