diff options
Diffstat (limited to 'client/conversation.py')
| -rw-r--r-- | client/conversation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/conversation.py b/client/conversation.py index a5b2f8c..0746b7f 100644 --- a/client/conversation.py +++ b/client/conversation.py @@ -51,7 +51,7 @@ class Conversation(object): # Print notifications until empty notifications = self.notifier.getAllNotifications() for notif in notifications: - self._logger.info("Got notification: '%s'", str(notif)) + self._logger.info("Received notification: '%s'", str(notif)) self._logger.debug("Started listening for keyword '%s'", self.persona) threshold, transcribed = self.mic.passiveListen(self.persona) |
