Skip to content

Commit

Permalink
Fix logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
rpurdel committed Aug 20, 2024
1 parent 54f59fa commit aae1291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public void onMessage(String msg)
float stability = obj.getFloat("variance");
if (logger.isDebugEnabled())
{
logger.debug("Received final: " + result);
logger.debug("Received result: " + result);
}

Instant startTranscription = participantTranscriptionStarts.getOrDefault(participantId, null);
Expand Down

0 comments on commit aae1291

Please sign in to comment.