diff --git a/backend/open_webui/utils/middleware.py b/backend/open_webui/utils/middleware.py index 428e35d38f..ebacc70894 100644 --- a/backend/open_webui/utils/middleware.py +++ b/backend/open_webui/utils/middleware.py @@ -2064,7 +2064,7 @@ async def process_chat_response( if done: pass else: - log.debug("Error: ", e) + log.debug(f"Error: {e}") continue if content_blocks: