mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-24 02:07:31 +00:00
Merge pull request #10564 from microsoft/danmihai1/clh-endpoint-type
runtime: clh: addNet() logging clean-up
This commit is contained in:
@@ -1627,7 +1627,7 @@ func (clh *cloudHypervisor) getDiskRateLimiterConfig() *chclient.RateLimiterConf
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (clh *cloudHypervisor) addNet(e Endpoint) error {
|
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()
|
mac := e.HardwareAddr()
|
||||||
netPair := e.NetworkPair()
|
netPair := e.NetworkPair()
|
||||||
|
Reference in New Issue
Block a user