summaryrefslogtreecommitdiffstats
path: root/src/usr/util/runtime/rt_fwnotify.C
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-02-13 17:48:21 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-21 17:58:14 -0500
commit4a60925ef57e65a4af51703350b75383d9b3c674 (patch)
tree45476de446197e6a0dfd1874be8911b5fbfdbfcb /src/usr/util/runtime/rt_fwnotify.C
parent80819cf5302b79274276097b59f17e3254ae0099 (diff)
downloadtalos-hostboot-4a60925ef57e65a4af51703350b75383d9b3c674.tar.gz
talos-hostboot-4a60925ef57e65a4af51703350b75383d9b3c674.zip
Fix trace bug for error path in rt_fwnotify
There was a small error that got missed in review. Had some parameters swapped in trace statement so we were outputting type where it said queue and outputting queue where it said type Change-Id: I6a93f59c4a4328861b22bbcce14ed67e911a8fe1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54000 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/util/runtime/rt_fwnotify.C')
-rw-r--r--src/usr/util/runtime/rt_fwnotify.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/util/runtime/rt_fwnotify.C b/src/usr/util/runtime/rt_fwnotify.C
index d1c404b2a..2db519939 100644
--- a/src/usr/util/runtime/rt_fwnotify.C
+++ b/src/usr/util/runtime/rt_fwnotify.C
@@ -363,8 +363,8 @@ void firmware_notify( uint64_t i_len, void *i_data )
TRACFCOMP(g_trac_runtime, ERR_MRK"firmware_notify: "
"Unknown FSP message type:0x%.8X, "
"message queue id:0x%.8X, seqNum:%d ",
- l_hbrt_fw_msg->generic_msg.msgq,
l_hbrt_fw_msg->generic_msg.msgType,
+ l_hbrt_fw_msg->generic_msg.msgq,
l_hbrt_fw_msg->generic_msg.seqnum);
// Pack user data 1 with message input type and
OpenPOWER on IntegriCloud