Skip to content

Commit 953464a

Browse files
committed
adjust log message
1 parent 4db2645 commit 953464a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network/transparent_vlan_endpointclient_linux.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@ func (client *TransparentVlanEndpointClient) PopulateVM(epInfo *EndpointInfo) er
312312

313313
// Proactively clean up any leftover veth interfaces before creating new ones
314314
if err = client.netlink.DeleteLink(client.vnetVethName); err != nil {
315-
logger.Info("Could not proactively clean up vnet veth (expected if not present)",
315+
logger.Info("Could not proactively clean up vnet veth",
316316
zap.String("vnetVethName", client.vnetVethName), zap.Error(err))
317317
}
318318
if err = client.netlink.DeleteLink(client.containerVethName); err != nil {
319-
logger.Info("Could not proactively clean up container veth (expected if not present)",
319+
logger.Info("Could not proactively clean up container veth",
320320
zap.String("containerVethName", client.containerVethName), zap.Error(err))
321321
}
322322

0 commit comments

Comments
 (0)