better log message
This commit is contained in:
parent
40ff5bf164
commit
7ebef6d838
@ -325,7 +325,7 @@ func (s *SplitStore) Put(blk blocks.Block) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf("error putting cid %s in hotstore: %s", blk.Cid(), err)
|
log.Errorf("error putting block %s in hotstore: %s", blk.Cid(), err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user