server: use Debugf instead of Debug for logging in peerBootstrapper

This commit is contained in:
Olaoluwa Osuntokun 2017-10-04 16:58:51 -07:00
parent c64811a5f3
commit 32508344db
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 1 additions and 1 deletions

View File

@ -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