Skip to content

Commit 4ab0a0a

Browse files
kibbles-n-bytespmorie
authored andcommitted
add back 'Processing' message for instance deletion (openshift#1332)
1 parent 0ecbcb1 commit 4ab0a0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/controller/controller_instance.go

+5
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,11 @@ func (c *controller) reconcileServiceInstanceDelete(instance *v1beta1.ServiceIns
223223
return nil
224224
}
225225

226+
glog.V(4).Infof(
227+
`%s "%s/%s": Processing deleting event`,
228+
typeSI, instance.Namespace, instance.Name,
229+
)
230+
226231
// Determine if any credentials exist for this instance. We don't want to
227232
// delete the instance if there are any associated creds
228233
credentialsLister := c.bindingLister.ServiceBindings(instance.Namespace)

0 commit comments

Comments
 (0)