summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--psu-manager/src/cold_redundancy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/psu-manager/src/cold_redundancy.cpp b/psu-manager/src/cold_redundancy.cpp
index 9a15a7a..8998771 100644
--- a/psu-manager/src/cold_redundancy.cpp
+++ b/psu-manager/src/cold_redundancy.cpp
@@ -925,7 +925,7 @@ void ColdRedundancy::checkRedundancyEvent()
// previously system is in redundancy mode.
sd_journal_send(
"MESSAGE=%s", "Power Unit Redundancy Lost",
- "PRIORITY=%i", LOG_ERR, "REDFISH_MESSAGE_ID=%s",
+ "PRIORITY=%i", LOG_WARNING, "REDFISH_MESSAGE_ID=%s",
"OpenBMC.0.1.PowerUnitRedundancyLost", NULL);
if (psuWorkable > 0)
{
@@ -938,7 +938,7 @@ void ColdRedundancy::checkRedundancyEvent()
"OpenBMC.0.1.PowerUnitNonRedundantSufficient",
NULL);
association->set_property("Associations",
- associationsNonCrit);
+ associationsWarning);
}
}
if (psuWorkable == 0)