Skip to content

Commit bafe3d5

Browse files
authored
Merge pull request #562 from qinguoyi/master
fix:log optimization
2 parents 0807185 + 67f7f69 commit bafe3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/datasource/etcdv3/etcdv3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func (s *Etcdv3DataSource) processWatchResponse(resp *clientv3.WatchResponse) {
8181
}
8282

8383
if err := resp.Err(); err != nil {
84-
logging.Error(err, "Watch on etcd endpoints occur error", "endpointd", s.client.Endpoints())
84+
logging.Error(err, "Watch on etcd endpoints occur error", "endpoints", s.client.Endpoints())
8585
return
8686
}
8787

0 commit comments

Comments
 (0)