fix mistaken info print

This commit is contained in:
zhangxiaoyu-zidif 2018-01-30 14:50:19 +08:00
parent f519cba47f
commit e873c7b28b

View File

@ -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
}