Reduce "termined" logging when closing app
This commit is contained in:
parent
eea2693c6a
commit
46fa68e9ca
@ -318,8 +318,6 @@ class MatrixClient(nio.AsyncClient):
|
|||||||
)
|
)
|
||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
log.warn("%s timed out", self.user_id)
|
log.warn("%s timed out", self.user_id)
|
||||||
else:
|
|
||||||
log.info("%s termined", self.user_id)
|
|
||||||
|
|
||||||
await self.close()
|
await self.close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user