fix log
This commit is contained in:
parent
08cad30be2
commit
0a1d7b3732
@ -635,7 +635,7 @@ func (s *SplitStore) trackTxnRef(c cid.Cid, recursive bool) error {
|
|||||||
|
|
||||||
// it has been deleted, signal to the vm to copy
|
// it has been deleted, signal to the vm to copy
|
||||||
if !has {
|
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
|
return errMissingObject
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user