endpoint send trace for #208

This commit is contained in:
Josh Baker 2017-08-03 03:05:24 -07:00
parent 1ccaf71375
commit aafae38412
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ func (h *Hook) proc() (ok bool) {
log.Debugf("Endpoint connect/send error: %v: %v: %v", idx, endpoint, err) log.Debugf("Endpoint connect/send error: %v: %v: %v", idx, endpoint, err)
continue continue
} }
log.Debugf("Endpoint send ok: %v: %v: %v", idx, endpoint, err)
sent = true sent = true
break break
} }