address comments, pr #643

This commit is contained in:
Zach Ramsay
2017-11-27 22:39:11 +00:00
committed by Ethan Buchman
parent 9c62ed4595
commit 563faa98de
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ func (pool *BlockPool) makeNextRequester() {
_, err := request.Start()
if err != nil {
pool.Logger.Error("Error starting block pool", "err", err)
request.Logger.Error("Error starting request", "err", err)
}
}