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

@@ -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
}