Update MessageId to match the registry
The Message Registry was updated with a new message key, so
need to make the same change here.
Tested:
Added a PCIe ERR_NONFATAL message and confirmed that it is
correctly displayed in the Redfish Event Log.
Change-Id: Ie274b8f8358fe80eb56566a54c4cc0ec6f536370
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/src/ipmi_to_redfish_hooks.cpp b/src/ipmi_to_redfish_hooks.cpp
index be4dd3a..ca71dfa 100644
--- a/src/ipmi_to_redfish_hooks.cpp
+++ b/src/ipmi_to_redfish_hooks.cpp
@@ -523,8 +523,7 @@
messageID += ".PCIeFatalUnexpectedCompletion";
break;
case 0x0d:
- messageID +=
- ".PCIeFatalReceivedERR_NONFATALMessage";
+ messageID += ".PCIeFatalReceivedErrNonFatalMessage";
break;
case 0x0e:
messageID += ".PCIeFatalUncorrectableInternal";