This commit is contained in:
vyzo 2020-10-26 14:36:34 +02:00
parent 5d34b7d618
commit af53b72eb8

View File

@ -237,7 +237,7 @@ func (sm *syncManager) spawnWorker(target *types.TipSet) {
} }
func (sm *syncManager) worker(ws *workerState) { 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() start := build.Clock.Now()
defer func() { defer func() {