summaryrefslogtreecommitdiff
path: root/redfish-core/include/registries/openbmc_message_registry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/registries/openbmc_message_registry.hpp')
-rw-r--r--redfish-core/include/registries/openbmc_message_registry.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/redfish-core/include/registries/openbmc_message_registry.hpp b/redfish-core/include/registries/openbmc_message_registry.hpp
index 9b3cf28d07..c2348d43eb 100644
--- a/redfish-core/include/registries/openbmc_message_registry.hpp
+++ b/redfish-core/include/registries/openbmc_message_registry.hpp
@@ -722,11 +722,12 @@ constexpr std::array<MessageEntry, 152> registry = {
}},
MessageEntry{"MemoryThermTrip",
{
- "Indicates that the system memory ThermTrip is asserted.",
- "Memory ThermTrip asserted.",
+ "Indicates that the system memory ThermTrip is asserted "
+ "by the specified component.",
+ "Memory ThermTrip asserted: %1.",
"Critical",
- 0,
- {},
+ 1,
+ {"string"},
"None.",
}},
MessageEntry{"MirroringRedundancyDegraded",