mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +00:00
Connection errors are debug errors
This commit is contained in:
parent
d1f3d95c96
commit
604f2c9161
@ -65,7 +65,9 @@ func (c *ProtocolClient) Serve() {
|
|||||||
defer close(c.stopped)
|
defer close(c.stopped)
|
||||||
|
|
||||||
if err := c.connect(); err != nil {
|
if err := c.connect(); err != nil {
|
||||||
l.Infoln("Relay connect:", err)
|
if debug {
|
||||||
|
l.Debugln("Relay connect:", err)
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user