Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
rpurdel committed Aug 12, 2024
1 parent 37d7d10 commit f5e0e9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public void sendRequest(TranscriptionRequest request)
@Override
public void end()
{
logger.info("Ending OCI session and waiting for the last results");
logger.info("Ending OCI session.");
sessionEnding = true;
try
{
Expand Down

0 comments on commit f5e0e9a

Please sign in to comment.