eth, les, swarm: fix go vet issues sufraced by log15

This commit is contained in:
Péter Szilágyi
2017-02-22 14:56:09 +02:00
parent d4fd06c3dc
commit 61e6bb1247
8 changed files with 10 additions and 10 deletions

View File

@ -938,7 +938,7 @@ func (d *Downloader) fetchNodeData() error {
}
if err != nil {
// If the node data processing failed, the root hash is very wrong, abort
log.Error(fmt.Sprintf("peer %d: state processing failed: %v", packet.PeerId(), err))
log.Error(fmt.Sprintf("peer %s: state processing failed: %v", packet.PeerId(), err))
d.cancel()
return
}