Commit 0a993e8f authored by Geoff Simmons's avatar Geoff Simmons

Punctuation fix in log output (missing space between words).

parent 839dca7a
......@@ -487,7 +487,7 @@ func (hc *Controller) updateInstance(inst *haproxyInst, spec *Spec) error {
case Succeeded:
inst.status.dplaneState = state
hc.log.Infof("haproxy instance %s: TLS config %s sucessfully"+
"loaded at %s", inst.name, spec,
" loaded at %s", inst.name, spec,
state.Timestamp.Format(time.RFC3339))
if len(spec.Secrets) > 0 {
inst.status.offLoaded = true
......
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