From 63f4a7c006d54c68a534f0910ed1cb601ed32edb Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 1 Oct 2014 13:45:08 +0200 Subject: Change notification log message in conversation.py --- client/conversation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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) -- cgit v1.3.1