Skip to content

Commit

Permalink
Fix a quoting nit (openshift#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie authored Oct 17, 2017
1 parent 63685e4 commit 8b491ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controller_binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ func (c *controller) reconcileServiceBinding(binding *v1beta1.ServiceBinding) er

c.recorder.Event(binding, corev1.EventTypeNormal, successInjectedBindResultReason, successInjectedBindResultMessage)
glog.V(5).Infof(
`%s "%s/%s": Successfully bound to ServiceInstance ""%s/%s"" of ClusterServiceClass (K8S: %q ExternalName: %q) at ClusterServiceBroker %v`,
`%s "%s/%s": Successfully bound to ServiceInstance "%s/%s" of ClusterServiceClass (K8S: %q ExternalName: %q) at ClusterServiceBroker %v`,
typeSB, binding.Namespace, binding.Name, instance.Namespace, instance.Name, serviceClass.Name, serviceClass.Spec.ExternalName, brokerName,
)

Expand Down

0 comments on commit 8b491ef

Please sign in to comment.