Fix : minor updates to log messages (#6232)

This commit is contained in:
tofarr
2025-01-13 10:19:51 -07:00
committed by GitHub
parent 5b1dcf83a6
commit 4fa5c329d6
2 changed files with 3 additions and 5 deletions

View File

@@ -113,9 +113,9 @@ class Session:
selected_repository=selected_repository,
)
except Exception as e:
logger.exception(f'Error creating controller: {e}')
logger.exception(f'Error creating agent_session: {e}')
await self.send_error(
f'Error creating controller. Please check Docker is running and visit `{TROUBLESHOOTING_URL}` for more debugging information..'
f'Error creating agent_session. Please check Docker is running and visit `{TROUBLESHOOTING_URL}` for more debugging information..'
)
return