chore: improve logging

This commit is contained in:
Kieran 2023-11-11 13:39:33 +00:00
parent 6f396c825c
commit e9b7c7c6e3
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -193,7 +193,7 @@ export class Query extends EventEmitter<QueryEvents> implements QueryBase {
if (t.filters.some(v => eventMatchesFilter(e, v))) {
this.feed.add(e);
} else {
this.#log("Event did not match filter, rejecting %O", e);
this.#log("Event did not match filter, rejecting %O %O", e, t);
}
break;
}