summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmibase
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-03-26 09:06:02 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2019-04-09 10:49:39 -0500
commitf89a1420c7d8e83c813a3cb9187886e7e1276de7 (patch)
tree4e698fd6f09042060dd32de2eaad69ad950b3a98 /src/usr/ipmibase
parent0c03d552d8dbb4ad50adbda3c288a175dbff1712 (diff)
downloadtalos-hostboot-f89a1420c7d8e83c813a3cb9187886e7e1276de7.tar.gz
talos-hostboot-f89a1420c7d8e83c813a3cb9187886e7e1276de7.zip
Add sequence id to IPMI timeout traces
Adding the very important IPMI sequence id to the trace that we push out when we get a timeout on a IPMI message. Change-Id: Ia89332defba1fd2901a17fb3cefeeb7d69e9737a Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75017 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/ipmibase')
-rw-r--r--src/usr/ipmibase/ipmirp.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/ipmibase/ipmirp.C b/src/usr/ipmibase/ipmirp.C
index 0bb785949..fb502ee98 100644
--- a/src/usr/ipmibase/ipmirp.C
+++ b/src/usr/ipmibase/ipmirp.C
@@ -231,7 +231,8 @@ void IpmiRP::timeoutThread(void)
if (now >= timeout)
{
- IPMI_TRAC("timeout: %x:%x", msg->iv_netfun, msg->iv_cmd);
+ IPMI_TRAC("timeout: %x:%x, seq=x%X",
+ msg->iv_netfun, msg->iv_cmd, msg->iv_seq );
// This little bugger timed out. Get him off the timeoutq
iv_timeoutq.pop_front();
OpenPOWER on IntegriCloud