summary refs log tree commit diff
path: root/changelog.d/13145.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* `_process_received_pdu`: Improve exception handling (#13145)Richard van der Hoff2022-07-011-0/+1
`_check_event_auth` is expected to raise `AuthError`s, so no need to log it again.