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:
scienmind 2016-06-04 10:41:36 +00:00 committed by Audrius Butkevicius
parent eefcecc7ce
commit bc794e7c15
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ Alexander Graf (alex2108) <register-github@alex-graf.de>
Alexandre Viau (aviau) <alexandre@alexandreviau.net> <aviau@debian.org>
Anderson Mesquita (andersonvom) <andersonvom@gmail.com>
Andrew Dunham (andrew-d) <andrew@du.nham.ca>
Andrey D (scienmind) <scintertech@cryptolab.net>
Antony Male (canton7) <antony.male@gmail.com>
Arthur Axel fREW Schmidt (frioux) <frew@afoolishmanifesto.com> <frioux@gmail.com>
Audrius Butkevicius (AudriusButkevicius) <audrius.butkevicius@gmail.com>

View File

@ -69,7 +69,7 @@ func (t *relayListener) Serve() {
conn, err := client.JoinSession(inv)
if err != nil {
l.Warnln("Joining relay session (BEP/relay):", err)
l.Infoln("Joining relay session (BEP/relay):", err)
continue
}