This commit is contained in:
Jack Robison 2020-05-26 17:38:55 -04:00
parent ad7441ca47
commit 00c89a4f0b
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -480,6 +480,7 @@ class RPCSession(SessionBase):
await event.wait()
result = event.result
if isinstance(result, Exception):
self.logger.error("%s sending %s(%s)", result, method, "" if not args else ",".join([str(a) for a in args]))
raise result
return result