Skip to content

Commit

Permalink
etcd3/compactor: fix logging endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
hongchaodeng committed May 20, 2016
1 parent 9625926 commit ae6166f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/etcd3/compact.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func StartCompactor(ctx context.Context, client *clientv3.Client) {
var emptyStruct struct{}
for _, ep := range client.Endpoints() {
if _, ok := endpointsMap[ep]; ok {
glog.V(4).Infof("compactor already exists for endpoints %v")
glog.V(4).Infof("compactor already exists for endpoints %v", client.Endpoints())
return
}
}
Expand Down

0 comments on commit ae6166f

Please sign in to comment.