summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe/sbe_update.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/sbe/sbe_update.C')
-rw-r--r--src/usr/sbe/sbe_update.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C
index ffb957cfb..c3a52a10d 100644
--- a/src/usr/sbe/sbe_update.C
+++ b/src/usr/sbe/sbe_update.C
@@ -5407,10 +5407,10 @@ errlHndl_t sbeDoReboot( void )
TRACFCOMP(g_trac_sbe,
INFO_MRK"sbeDoReboot(): Performing Secure Boot key transition. "
"Calling INITSERVICE::doShutdown() with "
- "SHUTDOWN_NOT_RECONFIG_LOOP = 0x%08X",
- INITSERVICE::SHUTDOWN_NOT_RECONFIG_LOOP );
+ "SHUTDOWN_KEY_TRANSITION = 0x%08X",
+ INITSERVICE::SHUTDOWN_KEY_TRANSITION );
INITSERVICE::doShutdown(INITSERVICE::
- SHUTDOWN_NOT_RECONFIG_LOOP);
+ SHUTDOWN_KEY_TRANSITION);
}
else
{
OpenPOWER on IntegriCloud