We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858f98c commit fda258aCopy full SHA for fda258a
mautrix/bridge/matrix.py
@@ -249,9 +249,7 @@ async def wait_for_connection(self) -> None:
249
f"roundtrip time is {duration} ms (txn ID: {txn_id})"
250
)
251
except Exception:
252
- self.log.exception(
253
- "Error checking homeserver -> bridge connection, retrying in 10 seconds"
254
- )
+ self.log.exception("Error checking homeserver -> bridge connection")
255
sys.exit(16)
256
else:
257
self.log.debug(
0 commit comments