add comment

This commit is contained in:
vyzo 2021-02-27 10:15:43 +02:00
parent e79445123f
commit 8f0ddac41a

View File

@ -466,6 +466,7 @@ func (s *SplitStore) compact() {
continue
}
// put the object in the coldstore
err = s.cold.Put(blk)
if err != nil {
log.Errorf("error puting block %s to coldstore: %w", cid, err)