summaryrefslogtreecommitdiff
path: root/client/conversation.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-10-01 13:45:08 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-10-01 13:45:08 +0200
commit63f4a7c006d54c68a534f0910ed1cb601ed32edb (patch)
tree967f2ac7fe2ac19a155c30a174c6510280411b0a /client/conversation.py
parenta0a35dcf2159b60e6672eed5c74f238de5f61e4c (diff)
downloadjasper-client-63f4a7c006d54c68a534f0910ed1cb601ed32edb.tar.gz
jasper-client-63f4a7c006d54c68a534f0910ed1cb601ed32edb.zip
Change notification log message in conversation.py
Diffstat (limited to 'client/conversation.py')
-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)