summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbecmdcntlinst.C
diff options
context:
space:
mode:
authorShakeeb <shakeebbk@in.ibm.com>2016-08-09 02:58:05 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-08-23 01:20:00 -0400
commit3b2f52f3bbefc109ddd92d9b1289aa6f7a4afe6a (patch)
tree9e68e5a2cdcd47ad05a5173cfb0433cfa9357c47 /sbe/sbefw/sbecmdcntlinst.C
parentbed32d51f2459bc4bfe8cfca51f25648eaa429ba (diff)
downloadtalos-sbe-3b2f52f3bbefc109ddd92d9b1289aa6f7a4afe6a.tar.gz
talos-sbe-3b2f52f3bbefc109ddd92d9b1289aa6f7a4afe6a.zip
Reducing debug logs
Change-Id: Iacdb7358d3d428dda53f26e215aa701e007bb55d RTC: 159709 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28032 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'sbe/sbefw/sbecmdcntlinst.C')
-rw-r--r--sbe/sbefw/sbecmdcntlinst.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbe/sbefw/sbecmdcntlinst.C b/sbe/sbefw/sbecmdcntlinst.C
index e1d0a3bd..ab138f69 100644
--- a/sbe/sbefw/sbecmdcntlinst.C
+++ b/sbe/sbefw/sbecmdcntlinst.C
@@ -105,7 +105,7 @@ uint32_t sbeCntlInst(uint8_t *i_pArg)
break;
}
- SBE_DEBUG("mode[0x%04X] coreChipletId[0x%08X] threadNum[0x%04X] "
+ SBE_INFO("mode[0x%04X] coreChipletId[0x%08X] threadNum[0x%04X] "
"threadOps[0x%04X] ", l_req.mode, l_req.coreChipletId,
l_req.threadNum, l_req.threadOps);
@@ -159,7 +159,7 @@ uint32_t sbeCntlInst(uint8_t *i_pArg)
{
// No need to delete the l_fapiRc handle,it will get
// over-written
- SBE_DEBUG(SBE_FUNC "Continuing in case of HW Errors"
+ SBE_INFO(SBE_FUNC "Continuing in case of HW Errors"
" As user has passed to ignore errors.");
continue;
}
OpenPOWER on IntegriCloud