summaryrefslogtreecommitdiff
path: root/redfish-core/lib/health.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/health.hpp')
-rw-r--r--redfish-core/lib/health.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/redfish-core/lib/health.hpp b/redfish-core/lib/health.hpp
index c5249f202e..55f79bc4bc 100644
--- a/redfish-core/lib/health.hpp
+++ b/redfish-core/lib/health.hpp
@@ -114,8 +114,8 @@ struct HealthPopulate : std::enable_shared_from_this<HealthPopulate>
std::get_if<std::vector<std::string>>(&value);
if (endpoints == nullptr)
{
- BMCWEB_LOG_ERROR << "Illegal association at "
- << path.str;
+ BMCWEB_LOG_ERROR("Illegal association at {}",
+ path.str);
continue;
}
bool containsChild = false;