Commit e873c7b2 authored by zhangxiaoyu-zidif's avatar zhangxiaoyu-zidif

fix mistaken info print

parent f519cba4
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment