Skip to content

Commit

Permalink
Merge pull request kata-containers#10564 from microsoft/danmihai1/clh…
Browse files Browse the repository at this point in the history
…-endpoint-type

runtime: clh: addNet() logging clean-up
  • Loading branch information
sprt authored Nov 27, 2024
2 parents 16a91fc + 78cbf33 commit eac197d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/virtcontainers/clh.go
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ func (clh *cloudHypervisor) getDiskRateLimiterConfig() *chclient.RateLimiterConf
}

func (clh *cloudHypervisor) addNet(e Endpoint) error {
clh.Logger().WithField("endpoint-type", e).Debugf("Adding Endpoint of type %v", e)
clh.Logger().WithField("endpoint", e).Debugf("Adding Endpoint of type %v", e.Type())

mac := e.HardwareAddr()
netPair := e.NetworkPair()
Expand Down

0 comments on commit eac197d

Please sign in to comment.