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:
committed by
Audrius Butkevicius
parent
eefcecc7ce
commit
bc794e7c15
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user