From a9b913d90bc8bc566df02dd0c930e06a75175554 Mon Sep 17 00:00:00 2001 From: QxBytes Date: Tue, 7 Jan 2025 11:59:33 -0800 Subject: [PATCH] fix log placement --- network/secondary_endpoint_client_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/secondary_endpoint_client_linux.go b/network/secondary_endpoint_client_linux.go index 544c5b72af..f34f0e90ed 100644 --- a/network/secondary_endpoint_client_linux.go +++ b/network/secondary_endpoint_client_linux.go @@ -151,8 +151,8 @@ func (client *SecondaryEndpointClient) ConfigureContainerInterfacesAndRoutes(epI if err != nil { return errors.Wrap(err, "failed to issue dhcp discover packet to create mapping in host") } - logger.Info("Finished configuring container interfaces and routes for secondary endpoint client") } + logger.Info("Finished configuring container interfaces and routes for secondary endpoint client") return nil }