fix typo
This commit is contained in:
parent
5d34b7d618
commit
af53b72eb8
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user