summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/common
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2013-05-28 22:40:00 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-06-11 09:40:22 -0500
commit38426697653080768b76928d98b0b4d33f6f891e (patch)
tree21e6b7d62373a302a41f0ed0907174572cd15d3a /src/usr/hwas/common
parent0e4d11615a5808b534ad7d0bbec53294c3f9f9f9 (diff)
downloadtalos-hostboot-38426697653080768b76928d98b0b4d33f6f891e.tar.gz
talos-hostboot-38426697653080768b76928d98b0b4d33f6f891e.zip
Set failing subsystem ID based on callout priority
Change-Id: I1b1dc7c9fc9331603246d8be7a5313fe84163f51 RTC:51414 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4746 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/common')
-rw-r--r--src/usr/hwas/common/hwasCallout.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwas/common/hwasCallout.C b/src/usr/hwas/common/hwasCallout.C
index a536b62c4..64cc7b92c 100644
--- a/src/usr/hwas/common/hwasCallout.C
+++ b/src/usr/hwas/common/hwasCallout.C
@@ -112,7 +112,7 @@ void processCallout(errlHndl_t i_errl,
case (PROCEDURE_CALLOUT):
{
HWAS_INF("Procedure callout; proc 0x%x priority 0x%x",
- pCalloutUD->type, pCalloutUD->type);
+ pCalloutUD->procedure, pCalloutUD->priority);
errlHndl_t errl = platHandleProcedureCallout(i_errl,
pCalloutUD->procedure, pCalloutUD->priority);
OpenPOWER on IntegriCloud