Framework update

This commit is contained in:
stephb9959
2022-05-04 23:47:12 -07:00
parent 518f950078
commit 6d29c8e5ce

View File

@@ -3328,7 +3328,7 @@ namespace OpenWifi {
.Version = Object->get(KafkaTopics::ServiceEvents::Fields::VRSN).toString(),
.LastUpdate = (uint64_t)std::time(nullptr)};
for (const auto &[PrvEndPoint, Svc] : Services_) {
poco_debug(logger(),fmt::format("ID: {} Type: {} EndPoint: {}",Svc.Id,Svc.Type,PrvEndPoint));
logger().debug(fmt::format("ID: {} Type: {} EndPoint: {}",Svc.Id,Svc.Type,PrvEndPoint));
}
}
} else {