1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Format comment

This commit is contained in:
Pascal Bauer 2024-09-25 17:26:29 +02:00
parent bca8ec0c86
commit 7bcc8ece6c

View file

@ -67,7 +67,7 @@ CoreFactory::filterIps(std::list<IpIdentifier> allIps,
for (auto ignored_ip_name : ignored_ip_names) {
if (ip.getName() == ignored_ip_name) {
on_blocklist = true;
CoreFactory::getStaticLogger()->warn("Ignoring Ip {} (explicitly on ignorelist)", ignored_ip_name);
CoreFactory::getStaticLogger()->warn("Ignoring Ip \"{}\" (explicitly on ignorelist)", ignored_ip_name);
break;
}
}