fix log message

This commit is contained in:
vyzo 2021-07-03 16:15:02 +03:00
parent 184d3802b6
commit 2b03316cd9

View File

@ -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)