Browse Source

etcd-runner: fix typo in round prefix

Gyu-Ho Lee 9 years ago
parent
commit
12488d4a70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/functional-tester/etcd-runner/main.go

+ 1 - 1
tools/functional-tester/etcd-runner/main.go

@@ -236,7 +236,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