2
0
mirror of https://opendev.org/x/pyghmi synced 2026-01-11 18:52:33 +00:00

Pass through message for Optane

Pass through message as-is rather
than try to rephrase it.

Change-Id: I120606b5eef6de9ac24597ce58ee5a54dc326a34
This commit is contained in:
Jarrod Johnson
2019-03-14 15:50:24 -04:00
parent 3263342f34
commit f77554febd

View File

@@ -1705,7 +1705,7 @@ class XCCClient(IMMClient):
'name': 'Optane DCPDIMM',
'health': pygconst.Health.Warning,
'type': 'Memory',
'states': ['Near/Far Memory Ratio not recommended']},
'states': [item['message']]},
'')
)
else: