Skip to content

Commit 8b491ef

Browse files
authored
Fix a quoting nit (openshift#1400)
1 parent 63685e4 commit 8b491ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/controller/controller_binding.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ func (c *controller) reconcileServiceBinding(binding *v1beta1.ServiceBinding) er
600600

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

0 commit comments

Comments
 (0)