summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2011-09-02 16:23:05 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-09-02 16:54:40 -0500
commitdcf7c7f2c3be17df41e3cc483dbec6f085b05353 (patch)
tree7c83cfec87363cb94bbd79cf1b84da1b155472ab /src
parent85005b2607a50aec3c2f4528871687bb7b334a7a (diff)
downloadtalos-hostboot-dcf7c7f2c3be17df41e3cc483dbec6f085b05353.tar.gz
talos-hostboot-dcf7c7f2c3be17df41e3cc483dbec6f085b05353.zip
Fix compile error when HOSTBOOT_DEBUG is enabled
Change-Id: Iff2e7093c67a5b04aebeb2fb5a23b48523517892 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/293 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/initservice/istepdispatcher/istepdispatcher.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/initservice/istepdispatcher/istepdispatcher.C b/src/usr/initservice/istepdispatcher/istepdispatcher.C
index 002cc59d4..42e66ab0c 100644
--- a/src/usr/initservice/istepdispatcher/istepdispatcher.C
+++ b/src/usr/initservice/istepdispatcher/istepdispatcher.C
@@ -302,7 +302,7 @@ void IStepDispatcher::singleStepISteps( void * io_ptr ) const
TRACDCOMP( g_trac_initsvc,
"execute Istep=0x%x / Substep=0x%x",
l_nextIStep,
- l_nextSubStep );
+ l_nextSubstep );
// clear status, etc for the next istep
l_taskStatus = 0;
OpenPOWER on IntegriCloud