diff --git a/controller/hooks.go b/controller/hooks.go index 8287a89f..62c79704 100644 --- a/controller/hooks.go +++ b/controller/hooks.go @@ -492,6 +492,7 @@ func (h *Hook) proc() (ok bool) { log.Debugf("Endpoint connect/send error: %v: %v: %v", idx, endpoint, err) continue } + log.Debugf("Endpoint send ok: %v: %v: %v", idx, endpoint, err) sent = true break }