diff --git a/matrix/event.cc b/matrix/event.cc index c9e7c0a09..aad817320 100644 --- a/matrix/event.cc +++ b/matrix/event.cc @@ -573,10 +573,9 @@ catch(const std::exception &e) throw m::error { http::UNAUTHORIZED, "M_UNVERIFIABLE_SIGNATURE", - "%s key %s for %s :%s", - string_view{event.event_id}, - keyid, + "%s key %s :%s", origin, + keyid, e.what(), }; }