Don't stop discovery on send errors (fixes #240)

This commit is contained in:
Jakob Borg
2014-05-28 07:03:47 +02:00
parent 8fe546c4a2
commit 7745ed34d3
2 changed files with 2 additions and 10 deletions

View File

@@ -102,9 +102,7 @@ func (b *Beacon) writer() {
if debug {
l.Debugln(err)
}
return
}
if debug {
} else if debug {
l.Debugf("sent %d bytes to %s", len(bs), dst)
}
}