Skip to content

Commit 87e4797

Browse files
roryeckelCopilot
andauthored
Typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a706317 commit 87e4797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wyoming_openai/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ async def write_event(self, event: Event) -> None:
412412
if self._event_counter == 1:
413413
_LOGGER.debug("Outgoing event type %s", event.type)
414414
elif self._event_counter == 2:
415-
_LOGGER.debug("Outgoing event type %s (subsequent audio chunks will be not be logged)", event.type)
415+
_LOGGER.debug("Outgoing event type %s (subsequent audio chunks will not be logged)", event.type)
416416
# Subsequent AudioChunk events are silenced
417417
else:
418418
_LOGGER.debug("Outgoing event type %s", event.type)

0 commit comments

Comments
 (0)