Skip to content

Commit

Permalink
(connectionagent) Add a better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
neoclust committed Jan 8, 2025
1 parent 92bb221 commit 90adab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulse_xmpp_agent/connectionagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ async def message(self, msg):
)
except Exception as e:
logger.error("change configuration subtitute ko")
logger.error(f"We encounted the error \n {e}")

try:
changeconnection(
Expand Down

0 comments on commit 90adab1

Please sign in to comment.