Skip to content

Commit

Permalink
Better comment for trigger DNS probe on connstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricanehrndz committed Aug 29, 2024
1 parent 443ce47 commit 583f0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/internal/dns/upstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (u *upstreamResolverBase) watchPeersConnStatusChanges() {
case <-u.ctx.Done():
return
case <-u.statusRecorder.GetPeersConnStatusChangeNotifier():
log.Debugf("probing DNS availability on/off for 30s")
log.Infof("Peer ConnStatus changed, triggering DNS probe")
go continualProbe()
}
}
Expand Down

0 comments on commit 583f0c0

Please sign in to comment.