magneticod: latest status messages now of priority info (rather than warn)

This commit is contained in:
Bora M. Alper 2018-12-30 19:40:35 +03:00
parent f8a780068c
commit 87cec4ec37
No known key found for this signature in database
GPG Key ID: 8F1A9504E1BD114D

View File

@ -88,7 +88,7 @@ func (s *TrawlingService) trawl() {
if len(s.routingTable) == 0 {
s.bootstrap()
} else {
zap.L().Warn("Latest status:", zap.Int("n", len(s.routingTable)),
zap.L().Info("Latest status:", zap.Int("n", len(s.routingTable)),
zap.Uint("maxNeighbors", s.maxNeighbors))
s.findNeighbors()
s.routingTable = make(map[string]*net.UDPAddr)