Merge pull request #10564 from microsoft/danmihai1/clh-endpoint-type

runtime: clh: addNet() logging clean-up
This commit is contained in:
Aurélien Bombo
2024-11-27 14:44:14 -06:00
committed by GitHub

View File

@@ -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()