Skip to content

Commit fb85fc2

Browse files
committed
Change the error log
1 parent a2e6a5a commit fb85fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/server/messaging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,11 @@ async def execute(
361361
execution = Execution()
362362
self._executions[message_id] = execution
363363
else:
364-
logger.error("Failed to send execution request due to unknown error")
364+
logger.error("Failed to send execution request")
365365
await execution.queue.put(
366366
Error(
367367
name="WebSocketError",
368-
value="Failed to send execution request due to unknown error",
368+
value="Failed to send execution request",
369369
traceback="",
370370
)
371371
)

0 commit comments

Comments
 (0)