Skip to content

Commit

Permalink
Merge pull request #562 from qinguoyi/master
Browse files Browse the repository at this point in the history
fix:log optimization
  • Loading branch information
binbin0325 authored Sep 11, 2024
2 parents 0807185 + 67f7f69 commit bafe3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datasource/etcdv3/etcdv3.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (s *Etcdv3DataSource) processWatchResponse(resp *clientv3.WatchResponse) {
}

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

Expand Down

0 comments on commit bafe3d5

Please sign in to comment.