diff --git a/src/runtime/virtcontainers/clh.go b/src/runtime/virtcontainers/clh.go index f02b0f6da..6a7ad110d 100644 --- a/src/runtime/virtcontainers/clh.go +++ b/src/runtime/virtcontainers/clh.go @@ -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()