diff --git a/pyghmi/ipmi/oem/generic.py b/pyghmi/ipmi/oem/generic.py index eaff70cd..bd098730 100644 --- a/pyghmi/ipmi/oem/generic.py +++ b/pyghmi/ipmi/oem/generic.py @@ -352,7 +352,7 @@ class OEMHandler(object): def reseat_bay(self, bay): raise exc.UnsupportedFunctionality( - 'Bay reseat not supported on this platform') + 'Full reseat not supported on this platform') def get_graphical_console(self): """Get graphical console launcher""" diff --git a/pyghmi/redfish/oem/generic.py b/pyghmi/redfish/oem/generic.py index 21f4d718..f17f8860 100644 --- a/pyghmi/redfish/oem/generic.py +++ b/pyghmi/redfish/oem/generic.py @@ -1290,4 +1290,4 @@ class OEMHandler(object): def reseat_bay(self, bay): raise exc.UnsupportedFunctionality( - 'Bay reseat not supported on this platform') + 'Full reseat not supported on this platform')