forked from core/mobile_nebula
Quiet down rebind logs
This commit is contained in:
parent
de43f11ab2
commit
cff26eb679
|
@ -1,10 +1,10 @@
|
||||||
111MODULE = on
|
111MODULE = on
|
||||||
export GO111MODULE
|
export GO111MODULE
|
||||||
|
|
||||||
mobileNebula.aar: *.go
|
mobileNebula.aar: *.go go.sum
|
||||||
gomobile bind -trimpath -v --target=android
|
gomobile bind -trimpath -v --target=android
|
||||||
|
|
||||||
MobileNebula.framework: *.go
|
MobileNebula.framework: *.go go.sum
|
||||||
gomobile bind -trimpath -v --target=ios
|
gomobile bind -trimpath -v --target=ios
|
||||||
|
|
||||||
.DEFAULT_GOAL := mobileNebula.aar
|
.DEFAULT_GOAL := mobileNebula.aar
|
||||||
|
|
|
@ -79,7 +79,7 @@ func (n *Nebula) Stop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (n *Nebula) Rebind(reason string) {
|
func (n *Nebula) Rebind(reason string) {
|
||||||
n.l.Infof("Rebinding UDP listener and updating lighthouses due to %s", reason)
|
n.l.Debugln("Rebinding UDP listener and updating lighthouses due to %s", reason)
|
||||||
n.c.RebindUDPServer()
|
n.c.RebindUDPServer()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue