forked from core/mobile_nebula
Fix log formatting in "Rebinding UDP listener" (#55)
This commit is contained in:
parent
fec77613bf
commit
3e0da2a8f0
|
@ -82,7 +82,7 @@ func (n *Nebula) Stop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (n *Nebula) Rebind(reason string) {
|
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()
|
n.c.RebindUDPServer()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue