debug
This commit is contained in:
parent
ad7441ca47
commit
00c89a4f0b
1 changed files with 1 additions and 0 deletions
|
@ -480,6 +480,7 @@ class RPCSession(SessionBase):
|
||||||
await event.wait()
|
await event.wait()
|
||||||
result = event.result
|
result = event.result
|
||||||
if isinstance(result, Exception):
|
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
|
raise result
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue