Fix incorrect logging string that could cause confusion

This commit is contained in:
derekwaynecarr 2016-03-02 23:42:33 -05:00
parent 773cf73f0e
commit beace2dbad

View File

@ -224,7 +224,7 @@ func deleteEachItem(
gvr unversioned.GroupVersionResource,
namespace string,
) error {
glog.V(4).Infof("namespace controller - deleteCollection - namespace: %s, gvr: %v", namespace, gvr)
glog.V(4).Infof("namespace controller - deleteEachItem - namespace: %s, gvr: %v", namespace, gvr)
unstructuredList, listSupported, err := listCollection(dynamicClient, opCache, gvr, namespace)
if err != nil {