summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
diff options
context:
space:
mode:
authorAravind T Nair <aravindnair@in.ibm.com>2017-03-13 01:15:56 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-02 21:47:01 -0400
commite452a1b543b9f7879203ae9cfc939e695f5a198d (patch)
tree7436af9729d9616ee164cebbb2075aaa337ada64 /src/import/hwpf/fapi2/include/collect_reg_ffdc.H
parent478f823ae674cb2c4c09d45fa39051959b2be332 (diff)
downloadtalos-hostboot-e452a1b543b9f7879203ae9cfc939e695f5a198d.tar.gz
talos-hostboot-e452a1b543b9f7879203ae9cfc939e695f5a198d.zip
Fix compile warnings from trace statements
Change-Id: Iff4dc8c219bbd9ec1858fefd26848ea3e41ad534 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37830 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37842 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include/collect_reg_ffdc.H')
-rw-r--r--src/import/hwpf/fapi2/include/collect_reg_ffdc.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
index 8fb3c826d..e1eb33e0d 100644
--- a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
+++ b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -606,8 +606,8 @@ void collectRegFfdc(const fapi2::ffdc_t i_target,
// object of the FFDC class
o_errorInfoFfdc.push_back(std::shared_ptr<fapi2::ErrorInfoFfdc>(new ErrorInfoFfdc(i_ffdcId, l_pBuf, l_ffdcSize)));
- FAPI_INF("collectRegFfdc. SCOM address count: 0x%lx", l_scomAddresses.size());
- FAPI_INF("collectRegFfdc. CFAM address count: 0x%lx", l_cfamAddresses.size());
+ FAPI_INF("collectRegFfdc. SCOM address count: %d", (uint32_t)(l_scomAddresses.size()));
+ FAPI_INF("collectRegFfdc. CFAM address count: %d", (uint32_t)(l_cfamAddresses.size()));
FAPI_INF("collectRegFfdc() - exit");
}
OpenPOWER on IntegriCloud