diff --git a/eth/stagedsync/stage_headers.go b/eth/stagedsync/stage_headers.go
index e1ba34c5c8109b22d8cf481bde6b5aa42604423e..2c137740626a35f32c99f6e6bfd0bb135d6653ee 100644
--- a/eth/stagedsync/stage_headers.go
+++ b/eth/stagedsync/stage_headers.go
@@ -1226,6 +1226,7 @@ func WaitForDownloader(ctx context.Context, tx kv.RwTx, cfg HeadersCfg) error {
 
 					//readiness := 100 * (float64(reply.BytesCompleted) / float64(reply.BytesTotal))
 					log.Info("[Snapshots] download", //"progress", fmt.Sprintf("%.2f%%", readiness),
+						"progress", libcommon.ByteCount(reply.BytesCompleted),
 						"download", libcommon.ByteCount(readBytesPerSec)+"/s",
 						"torrent_peers", reply.Peers,
 						"connections", reply.Connections,