diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-01 13:45:08 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-01 13:45:08 +0200 |
| commit | 63f4a7c006d54c68a534f0910ed1cb601ed32edb (patch) | |
| tree | 967f2ac7fe2ac19a155c30a174c6510280411b0a /client | |
| parent | a0a35dcf2159b60e6672eed5c74f238de5f61e4c (diff) | |
| download | jasper-client-63f4a7c006d54c68a534f0910ed1cb601ed32edb.tar.gz jasper-client-63f4a7c006d54c68a534f0910ed1cb601ed32edb.zip | |
Change notification log message in conversation.py
Diffstat (limited to 'client')
| -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) |
