summaryrefslogtreecommitdiff
path: root/redfish-core/lib/thermal_subsystem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/thermal_subsystem.hpp')
-rw-r--r--redfish-core/lib/thermal_subsystem.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/thermal_subsystem.hpp b/redfish-core/lib/thermal_subsystem.hpp
index 804b849ea0..92e623eaa7 100644
--- a/redfish-core/lib/thermal_subsystem.hpp
+++ b/redfish-core/lib/thermal_subsystem.hpp
@@ -22,7 +22,7 @@ inline void doThermalSubsystemCollection(
{
if (!validChassisPath)
{
- BMCWEB_LOG_WARNING << "Not a valid chassis ID" << chassisId;
+ BMCWEB_LOG_WARNING("Not a valid chassis ID{}", chassisId);
messages::resourceNotFound(asyncResp->res, "Chassis", chassisId);
return;
}