Commit beace2db authored by derekwaynecarr's avatar derekwaynecarr

Fix incorrect logging string that could cause confusion

parent 773cf73f
...@@ -224,7 +224,7 @@ func deleteEachItem( ...@@ -224,7 +224,7 @@ func deleteEachItem(
gvr unversioned.GroupVersionResource, gvr unversioned.GroupVersionResource,
namespace string, namespace string,
) error { ) 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) unstructuredList, listSupported, err := listCollection(dynamicClient, opCache, gvr, namespace)
if err != nil { if err != 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