summaryrefslogtreecommitdiff
path: root/redfish-core/lib/aggregation_service.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/aggregation_service.hpp')
-rw-r--r--redfish-core/lib/aggregation_service.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/redfish-core/lib/aggregation_service.hpp b/redfish-core/lib/aggregation_service.hpp
index 6c93613a34..be1336bf37 100644
--- a/redfish-core/lib/aggregation_service.hpp
+++ b/redfish-core/lib/aggregation_service.hpp
@@ -210,8 +210,8 @@ inline void handleAggregationSourceHead(
"</redfish/v1/JsonSchemas/AggregationService/AggregationSource.json>; rel=describedby");
// Needed to prevent unused variable error
- BMCWEB_LOG_DEBUG << "Added link header to response from "
- << aggregationSourceId;
+ BMCWEB_LOG_DEBUG("Added link header to response from {}",
+ aggregationSourceId);
}
inline void requestRoutesAggregationSource(App& app)