From af53b72eb8b86aaff72a54e5b8c14ff736e90b44 Mon Sep 17 00:00:00 2001 From: vyzo Date: Mon, 26 Oct 2020 14:36:34 +0200 Subject: [PATCH] fix typo --- chain/sync_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/sync_manager.go b/chain/sync_manager.go index 8979c1e40..682f16bcd 100644 --- a/chain/sync_manager.go +++ b/chain/sync_manager.go @@ -237,7 +237,7 @@ func (sm *syncManager) spawnWorker(target *types.TipSet) { } func (sm *syncManager) worker(ws *workerState) { - log.Infof("worker %d syncing in %s", ws.id, ws.ss) + log.Infof("worker %d syncing in %s", ws.id, ws.ts) start := build.Clock.Now() defer func() {