Skip to content

Commit

Permalink
Add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 26, 2023
1 parent ff850c4 commit 7bc9f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neon_speech/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def _validate_message_context(self, message: Message, native_sources=None):
log_deprecation(f"Adding audio to destination context for "
f"{message.msg_type}", "5.0.0")
message.context['destination'].append('audio')
LOG.debug(f"Checking sources {native_sources} for {message.context}")
return OVOSDinkumVoiceService._validate_message_context(self, message,
native_sources)

Expand Down

0 comments on commit 7bc9f90

Please sign in to comment.