Skip to content

Commit

Permalink
stop vsphere cloud provider from spamming logs with `failed to patch …
Browse files Browse the repository at this point in the history
…IP` Fixes: #75236
  • Loading branch information
frapposelli authored and praseodym committed Mar 25, 2019
1 parent 16236ce commit a40e75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloudprovider/providers/vsphere/vsphere.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ func getLocalIP() ([]v1.NodeAddress, error) {
)
glog.V(4).Infof("Detected local IP address as %q", ipnet.IP.String())
} else {
glog.Warningf("Failed to patch IP as MAC address %q does not belong to a VMware platform", vmMACAddr)
glog.V(4).Infof("Failed to patch IP for interface %q as MAC address %q does not belong to a VMware platform", i.Name, vmMACAddr)
}
}
}
Expand Down

0 comments on commit a40e75c

Please sign in to comment.