Commit 29092b3c authored by Geoff Simmons's avatar Geoff Simmons

Fix a log output from the haproxy controller.

parent 5a9b3baa
......@@ -222,7 +222,7 @@ func (hc *Controller) updateLoadStatus(inst *haproxyInst) error {
func (hc *Controller) updateInstance(inst *haproxyInst, spec *Spec) error {
var err error
hc.log.Info("Update offloader instance %s to TLS config %s: %s",
hc.log.Infof("Update offloader instance %s to TLS config %s: %s",
inst.name, spec)
hc.log.Debugf("Offloader instance: %+v", inst)
if reflect.DeepEqual(spec, inst.spec) {
......
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