add comment

This commit is contained in:
vyzo
2021-03-05 14:46:17 +02:00
parent e79445123f
commit 8f0ddac41a
+1
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)