From 12488d4a70ebb68b59d05c381de4e1d9e9e9a8b6 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Tue, 25 Oct 2016 15:59:44 -0700 Subject: [PATCH] etcd-runner: fix typo in round prefix --- tools/functional-tester/etcd-runner/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/functional-tester/etcd-runner/main.go b/tools/functional-tester/etcd-runner/main.go index 1151505d5..df68aab16 100644 --- a/tools/functional-tester/etcd-runner/main.go +++ b/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