summaryrefslogtreecommitdiff
path: root/redfish-core/include/registries/task_event_message_registry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/registries/task_event_message_registry.hpp')
-rw-r--r--redfish-core/include/registries/task_event_message_registry.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/redfish-core/include/registries/task_event_message_registry.hpp b/redfish-core/include/registries/task_event_message_registry.hpp
index bbc51e782e..5e3802143a 100644
--- a/redfish-core/include/registries/task_event_message_registry.hpp
+++ b/redfish-core/include/registries/task_event_message_registry.hpp
@@ -37,7 +37,6 @@ constexpr std::array<MessageEntry, 9> registry =
"A task has completed with errors.",
"The task with Id '%1' has completed with errors.",
"Critical",
- "Critical",
1,
{
"string",
@@ -50,7 +49,6 @@ constexpr std::array<MessageEntry, 9> registry =
"A task has been cancelled.",
"Work on the task with Id '%1' has been halted prior to completion due to an explicit request.",
"Warning",
- "Warning",
1,
{
"string",
@@ -63,7 +61,6 @@ constexpr std::array<MessageEntry, 9> registry =
"A task has completed.",
"The task with Id '%1' has completed.",
"OK",
- "OK",
1,
{
"string",
@@ -76,7 +73,6 @@ constexpr std::array<MessageEntry, 9> registry =
"A task has completed with warnings.",
"The task with Id '%1' has completed with warnings.",
"Warning",
- "Warning",
1,
{
"string",
@@ -89,7 +85,6 @@ constexpr std::array<MessageEntry, 9> registry =
"A task has been paused.",
"The task with Id '%1' has been paused.",
"Warning",
- "Warning",
1,
{
"string",
@@ -102,7 +97,6 @@ constexpr std::array<MessageEntry, 9> registry =
"A task has changed progress.",
"The task with Id '%1' has changed to progress %2 percent complete.",
"OK",
- "OK",
2,
{
"string",
@@ -116,7 +110,6 @@ constexpr std::array<MessageEntry, 9> registry =
"A task has been removed.",
"The task with Id '%1' has been removed.",
"Warning",
- "Warning",
1,
{
"string",
@@ -129,7 +122,6 @@ constexpr std::array<MessageEntry, 9> registry =
"A task has been resumed.",
"The task with Id '%1' has been resumed.",
"OK",
- "OK",
1,
{
"string",
@@ -142,7 +134,6 @@ constexpr std::array<MessageEntry, 9> registry =
"A task has started.",
"The task with Id '%1' has started.",
"OK",
- "OK",
1,
{
"string",