Skip to content

Commit

Permalink
fix:log optimization
Browse files Browse the repository at this point in the history
qinguoyi committed Mar 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0807185 commit 67f7f69
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
@@ -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
}

0 comments on commit 67f7f69

Please sign in to comment.