better log message

This commit is contained in:
vyzo 2021-06-28 15:31:32 +03:00
parent 40ff5bf164
commit 7ebef6d838

View File

@ -325,7 +325,7 @@ func (s *SplitStore) Put(blk blocks.Block) error {
}
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