fix log message
This commit is contained in:
parent
184d3802b6
commit
2b03316cd9
@ -625,7 +625,7 @@ func (s *SplitStore) flushPendingWrites(locked bool) {
|
||||
epoch := s.writeEpoch
|
||||
err := s.tracker.PutBatch(cids, epoch)
|
||||
if err != nil {
|
||||
log.Errorf("error putting implicit write batch to tracker: %s", err)
|
||||
log.Errorf("error putting write batch to tracker: %s", err)
|
||||
}
|
||||
|
||||
s.debug.LogWriteMany(s.curTs, cids, epoch)
|
||||
|
Loading…
Reference in New Issue
Block a user