summaryrefslogtreecommitdiffstats
path: root/src/usr/util
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-09-24 11:57:51 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-10-18 09:32:34 -0500
commit18413b3e326870add40055dddb2e75639d7afa32 (patch)
tree209ac1833b5d7368a6377a854eb9924488a7533d /src/usr/util
parenta515f16a4a30847dd466c1bce57cf2ec79126c39 (diff)
downloadtalos-hostboot-18413b3e326870add40055dddb2e75639d7afa32.tar.gz
talos-hostboot-18413b3e326870add40055dddb2e75639d7afa32.zip
Tweaks to traces for runtime error handling
Change-Id: I64a7b74852f663a6ed7267da3b973298d90d3be2 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66543 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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Richard Ward <rward15@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/util')
-rw-r--r--src/usr/util/runtime/rt_fwreq_helper.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/util/runtime/rt_fwreq_helper.C b/src/usr/util/runtime/rt_fwreq_helper.C
index 30c0cb757..40a8373e5 100644
--- a/src/usr/util/runtime/rt_fwreq_helper.C
+++ b/src/usr/util/runtime/rt_fwreq_helper.C
@@ -178,7 +178,7 @@ errlHndl_t firmware_request_helper(uint64_t i_reqLen, void *i_req,
{
TRACFCOMP(g_trac_runtime,
"FSP is doing a reset/reload, "
- "doing a VPD write failed. "
+ "sending a message to the FSP failed. "
"retry:%d/%d, rc:%d, io_type:%d, dataSize:%d, "
"seqnum:0x%X, msgq:0x%X, msgType:0x%X, __req:%d, "
"__onlyError:%d",
@@ -372,7 +372,7 @@ errlHndl_t firmware_request_helper(uint64_t i_reqLen, void *i_req,
case hostInterfaces::HBRT_FW_MSG_HBRT_FSP_REQ:
{
TRACFCOMP(g_trac_runtime,
- ERR_MRK"Failed doing a VPD write. "
+ ERR_MRK"Failed sending a message to the FSP. "
"rc:%d, io_type:%d, dataSize:%d, "
"seqnum:0x%X, msgq:0x%X, msgType:0x%X, __req:%d, "
"__onlyError:%d",
OpenPOWER on IntegriCloud