log worker spawning from initial sync deferrals

This commit is contained in:
vyzo 2020-10-28 11:44:16 +02:00
parent 188d1649d3
commit 6266bae1d3

View File

@ -257,6 +257,7 @@ func (sm *syncManager) handleInitialSync() {
return
}
log.Infof("selected deferred sync target: %s", target)
sm.spawnWorker(target)
}
}