Fix: lower down the message logging level for unmanaged DHCP request

Change-Id: I4f2e9031685c20eed9e6a3208056e7953a835e2c
This commit is contained in:
Jian Li 2020-10-28 17:35:22 +09:00
parent 57d9712f20
commit ecf7f3bcd7

View File

@ -249,7 +249,7 @@ public class OpenstackSwitchingDhcpHandler {
.findAny().orElse(null);
if (port == null) {
log.warn("Failed to retrieve openstack port information for MAC {}", clientMac);
log.debug("Ignore DHCP request, since it comes from unmanaged openstack VM {}", clientMac);
return;
}