mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 14:48:30 +00:00
Catch escaped debug print
This commit is contained in:
parent
2d9a822ed7
commit
0a37fac794
@ -496,7 +496,9 @@ func (c *rawConnection) pingerLoop() {
|
||||
}()
|
||||
select {
|
||||
case ok := <-rc:
|
||||
l.Debugln(c.id, "<- pong")
|
||||
if debug {
|
||||
l.Debugln(c.id, "<- pong")
|
||||
}
|
||||
if !ok {
|
||||
c.close(fmt.Errorf("ping failure"))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user