mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
fix mistaken info print
This commit is contained in:
parent
f519cba47f
commit
e873c7b28b
@ -669,7 +669,7 @@ func (d *glusterfsVolumeDeleter) Delete() error {
|
||||
if err != nil {
|
||||
glog.Errorf("error when deleting endpoint/service :%v", err)
|
||||
} else {
|
||||
glog.V(1).Infof("endpoint: %v and service: %v deleted successfully ", dynamicNamespace, dynamicEndpoint)
|
||||
glog.V(1).Infof("endpoint: [%v/%v] is deleted successfully ", dynamicNamespace, dynamicEndpoint)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user