server: use Debugf instead of Debug for logging in peerBootstrapper
This commit is contained in:
parent
c64811a5f3
commit
32508344db
@ -509,7 +509,7 @@ func (s *server) peerBootstrapper(numTargetPeers uint32,
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
srvrLog.Debug("Attempting to bootstrap connectivity with %v initial "+
|
srvrLog.Debugf("Attempting to bootstrap connectivity with %v initial "+
|
||||||
"peers", len(bootStrapAddrs))
|
"peers", len(bootStrapAddrs))
|
||||||
|
|
||||||
// With our initial set of peers obtained, we'll launch a goroutine to
|
// With our initial set of peers obtained, we'll launch a goroutine to
|
||||||
|
Loading…
Reference in New Issue
Block a user