Skip to content

Commit

Permalink
Quiet down rebind logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrownus committed Jun 8, 2021
1 parent de43f11 commit cff26eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nebula/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
111MODULE = on
export GO111MODULE

mobileNebula.aar: *.go
mobileNebula.aar: *.go go.sum
gomobile bind -trimpath -v --target=android

MobileNebula.framework: *.go
MobileNebula.framework: *.go go.sum
gomobile bind -trimpath -v --target=ios

.DEFAULT_GOAL := mobileNebula.aar
Expand Down
2 changes: 1 addition & 1 deletion nebula/control.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (n *Nebula) Stop() {
}

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()
}

Expand Down

0 comments on commit cff26eb

Please sign in to comment.