summaryrefslogtreecommitdiff
path: root/redfish-core/lib/sensors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/sensors.hpp')
-rw-r--r--redfish-core/lib/sensors.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index af9f466e28..6257dce9fe 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -1251,8 +1251,7 @@ inline void populateFanRedundancy(
{
BMCWEB_LOG_ERROR
- << "Invalid redundancy interface "
- "types";
+ << "Invalid redundancy interface types";
messages::internalError(
sensorsAsyncResp->asyncResp->res);
return;