Merge pull request #6730 from gyuho/round-prefix

etcd-runner: fix typo in round prefix
This commit is contained in:
Xiang Li 2016-10-25 16:24:27 -07:00 committed by GitHub
commit b398233f4f

View File

@ -239,7 +239,7 @@ func performWatchOnPrefixes(ctx context.Context, eps []string, round int) {
prefixes := generateUniqueKeys(5, noOfPrefixes)
keys := generateRandomKeys(10, keyPrePrefix)
roundPrefix := fmt.Sprint("%16x", round)
roundPrefix := fmt.Sprintf("%16x", round)
var (
revision int64