Skip to content

Commit a9b913d

Browse files
committed
fix log placement
1 parent 242d9d6 commit a9b913d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/secondary_endpoint_client_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ func (client *SecondaryEndpointClient) ConfigureContainerInterfacesAndRoutes(epI
151151
if err != nil {
152152
return errors.Wrap(err, "failed to issue dhcp discover packet to create mapping in host")
153153
}
154-
logger.Info("Finished configuring container interfaces and routes for secondary endpoint client")
155154
}
155+
logger.Info("Finished configuring container interfaces and routes for secondary endpoint client")
156156

157157
return nil
158158
}

0 commit comments

Comments
 (0)