summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/conversation.py2
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)