mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-09-06 03:06:04 +00:00
Fix log formatting in "Rebinding UDP listener" (#55)
This commit is contained in:
parent
fec77613bf
commit
3e0da2a8f0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue