aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader/downloader.go
diff options
context:
space:
mode:
Diffstat (limited to 'eth/downloader/downloader.go')
-rw-r--r--eth/downloader/downloader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/downloader/downloader.go b/eth/downloader/downloader.go
index b323c94f9..1fac6156d 100644
--- a/eth/downloader/downloader.go
+++ b/eth/downloader/downloader.go
@@ -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
}