From 73f42a765d194023502d26d8b92613171d992ed9 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Fri, 22 Apr 2022 17:35:10 +0700 Subject: [PATCH] save --- eth/stagedsync/stage_headers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/stagedsync/stage_headers.go b/eth/stagedsync/stage_headers.go index f081fce994b..9e381b4520d 100644 --- a/eth/stagedsync/stage_headers.go +++ b/eth/stagedsync/stage_headers.go @@ -1224,6 +1224,7 @@ Loop: readiness := 100 * (float64(reply.BytesCompleted) / float64(reply.BytesTotal)) log.Info("[Snapshots] download", "progress", fmt.Sprintf("%.2f%%", readiness), "download", libcommon.ByteCount(readBytesPerSec)+"/s", + "torrent_peers", reply.Peers, // "upload", libcommon.ByteCount(writeBytesPerSec)+"/s", ) prevBytesCompleted = reply.BytesCompleted