diff --git a/pkg/syncmgr/blockpool.go b/pkg/syncmgr/blockpool.go index b038b29f3..2b1f37761 100644 --- a/pkg/syncmgr/blockpool.go +++ b/pkg/syncmgr/blockpool.go @@ -44,7 +44,7 @@ func (s *Syncmgr) checkPool() error { break } - // Save this block and save the indice so we can remove it + // Save this block and save the indice location so we can remove it, when we defer err := s.processBlock(block) if err != nil { return err