etcd3/compactor: fix logging endpoints

pull/6/head
Hongchao Deng 2016-05-20 14:35:42 -07:00
parent 9625926852
commit ae6166f97d
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}