This commit is contained in:
vyzo 2021-07-04 11:23:15 +03:00
parent 08cad30be2
commit 0a1d7b3732

View File

@ -635,7 +635,7 @@ func (s *SplitStore) trackTxnRef(c cid.Cid, recursive bool) error {
// it has been deleted, signal to the vm to copy
if !has {
log.Warnf("missing object for recursive reference to %s: %s", c, err)
log.Warnf("missing object for recursive reference to %s", c)
return errMissingObject
}