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:
parent
3654076c0c
commit
118a806e49
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue