From 324cc6a344553b8e28a8c21ec6b0de9834ea08ea Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 14 Mar 2017 13:44:51 -0400 Subject: [PATCH] Change the wording of setup event Circumstances are such that sometimes a BMC logs being in setup at a time when it is not strictly 'entering'. Change wording to be less specific. Change-Id: I5863b07640df2a32ff5b1056f20d034fa86c0ae7 --- pyghmi/ipmi/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghmi/ipmi/events.py b/pyghmi/ipmi/events.py index c97af011..2df47954 100644 --- a/pyghmi/ipmi/events.py +++ b/pyghmi/ipmi/events.py @@ -46,7 +46,7 @@ firmware_progress = { 2: 'Disk initialization', 3: 'Non-primary Processor initialization', 4: 'User authentication', - 5: 'Entering setup', + 5: 'In setup', 6: 'USB initialization', 7: 'PCI initialization', 8: 'Option ROM initialization',