mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
lib/connections: Actually record connection errors (#6361)
This commit is contained in:
parent
f0e33d052a
commit
55238e3b5b
@ -713,7 +713,7 @@ func (s *service) ConnectionStatus() map[string]ConnectionStatusEntry {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *service) setConnectionStatus(address string, err error) {
|
func (s *service) setConnectionStatus(address string, err error) {
|
||||||
if errors.Cause(err) != context.Canceled {
|
if errors.Cause(err) == context.Canceled {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user