Skip to content

Commit

Permalink
add back 'Processing' message for instance deletion (openshift#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibbles-n-bytes authored and pmorie committed Oct 17, 2017
1 parent 0ecbcb1 commit 4ab0a0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/controller/controller_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@ func (c *controller) reconcileServiceInstanceDelete(instance *v1beta1.ServiceIns
return nil
}

glog.V(4).Infof(
`%s "%s/%s": Processing deleting event`,
typeSI, instance.Namespace, instance.Name,
)

// Determine if any credentials exist for this instance. We don't want to
// delete the instance if there are any associated creds
credentialsLister := c.bindingLister.ServiceBindings(instance.Namespace)
Expand Down

0 comments on commit 4ab0a0a

Please sign in to comment.