diff --git a/relay.go b/relay.go index b6f7985..d0df654 100644 --- a/relay.go +++ b/relay.go @@ -193,7 +193,7 @@ func (r *Relay) Connect(ctx context.Context) error { func() { // check if the event matches the desired filter, ignore otherwise if !subscription.Filters.Match(&env.Event) { - InfoLogger.Printf("{%s} filter does not match: %v ~ %v\n", r.URL, subscription.Filters[0], env.Event) + InfoLogger.Printf("{%s} filter does not match: %v ~ %v\n", r.URL, subscription.Filters, env.Event) return }