Cosmetic change

This commit is contained in:
Zahary Karadjov 2019-03-28 20:21:35 +02:00
parent a7e82ae4a8
commit d678762c50
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ proc randomNodes*(k: KademliaProtocol, count: int): seq[Node] =
var count = count var count = count
let sz = k.routing.len let sz = k.routing.len
if count > sz: if count > sz:
debug "Not enough nodes", requested = count, present = sz debug "Looking for peers", requested = count, present = sz
count = sz count = sz
result = newSeqOfCap[Node](count) result = newSeqOfCap[Node](count)