diff --git a/nebula/control.go b/nebula/control.go index 99e06ee..83e6e43 100644 --- a/nebula/control.go +++ b/nebula/control.go @@ -82,7 +82,7 @@ func (n *Nebula) Stop() { } func (n *Nebula) Rebind(reason string) { - n.l.Debugln("Rebinding UDP listener and updating lighthouses due to %s", reason) + n.l.Debugf("Rebinding UDP listener and updating lighthouses due to %s", reason) n.c.RebindUDPServer() }