Skip to content

Commit

Permalink
fix log placement
Browse files Browse the repository at this point in the history
  • Loading branch information
QxBytes committed Jan 7, 2025
1 parent 242d9d6 commit a9b913d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/secondary_endpoint_client_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a9b913d

Please sign in to comment.