Skip to content

Commit 71930de

Browse files
committed
tweak
1 parent bb21601 commit 71930de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unstructured_platform_plugins/etl_uvicorn/api_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ async def _stream_response():
168168
output=output,
169169
).model_dump_json() + "\n"
170170
except Exception as e:
171-
logger.error(f"failed to stream response: {e}", exc_info=True)
171+
logger.error(f"Failure streaming response: {e}", exc_info=True)
172172
yield InvokeResponse(
173173
usage=usage,
174174
filedata_meta=None,

0 commit comments

Comments
 (0)