Commit 9c99835f authored by Geoff Simmons's avatar Geoff Simmons

Fix use of formatted output at the debug logging level.

parent b9ca74f1
......@@ -350,7 +350,7 @@ func (worker *NamespaceWorker) syncSvc(key string) update.Status {
continue
}
updateVCL = true
worker.log.Debug("Requeueing Ingress %s/%s after changed "+
worker.log.Debugf("Requeueing Ingress %s/%s after changed "+
"Varnish service %s/%s: %+v", ing.Namespace,
ing.Name, svc.Namespace, svc.Name, ing)
worker.queue.Add(&SyncObj{Type: Update, Obj: ing})
......
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