mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-17 10:35:11 +00:00
lib/connections: Relay failures should be informative, not warning
Skip-check: authors GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3263
This commit is contained in:
parent
eefcecc7ce
commit
bc794e7c15
1
AUTHORS
1
AUTHORS
@ -12,6 +12,7 @@ Alexander Graf (alex2108) <register-github@alex-graf.de>
|
|||||||
Alexandre Viau (aviau) <alexandre@alexandreviau.net> <aviau@debian.org>
|
Alexandre Viau (aviau) <alexandre@alexandreviau.net> <aviau@debian.org>
|
||||||
Anderson Mesquita (andersonvom) <andersonvom@gmail.com>
|
Anderson Mesquita (andersonvom) <andersonvom@gmail.com>
|
||||||
Andrew Dunham (andrew-d) <andrew@du.nham.ca>
|
Andrew Dunham (andrew-d) <andrew@du.nham.ca>
|
||||||
|
Andrey D (scienmind) <scintertech@cryptolab.net>
|
||||||
Antony Male (canton7) <antony.male@gmail.com>
|
Antony Male (canton7) <antony.male@gmail.com>
|
||||||
Arthur Axel fREW Schmidt (frioux) <frew@afoolishmanifesto.com> <frioux@gmail.com>
|
Arthur Axel fREW Schmidt (frioux) <frew@afoolishmanifesto.com> <frioux@gmail.com>
|
||||||
Audrius Butkevicius (AudriusButkevicius) <audrius.butkevicius@gmail.com>
|
Audrius Butkevicius (AudriusButkevicius) <audrius.butkevicius@gmail.com>
|
||||||
|
@ -69,7 +69,7 @@ func (t *relayListener) Serve() {
|
|||||||
|
|
||||||
conn, err := client.JoinSession(inv)
|
conn, err := client.JoinSession(inv)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
l.Warnln("Joining relay session (BEP/relay):", err)
|
l.Infoln("Joining relay session (BEP/relay):", err)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user