Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendanna committed Mar 20, 2024
1 parent 9b03785 commit 37113e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvserver/store_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ func (kvSS *kvBatchSnapshotStrategy) Send(
timingTag.stop("totalTime")
log.Eventf(ctx, "finished sending snapshot batches, sent a total of %d bytes", bytesSent)

kvSS.status = redact.Sprintf("kvs=%d rangeKVs=%d sharedSSTs=%d, externalSSTs", kvs, rangeKVs, sharedSSTCount, externalSSTCount)
kvSS.status = redact.Sprintf("kvs=%d rangeKVs=%d sharedSSTs=%d, externalSSTs=%d", kvs, rangeKVs, sharedSSTCount, externalSSTCount)
return bytesSent, nil
}

Expand Down

0 comments on commit 37113e7

Please sign in to comment.