Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speech.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-05-04 12:22:57 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-05-04 12:22:57 (GMT)
commit24f773dce2548c3e84ed3c3f94975ffc989f5f61 (patch)
treedaf34aeb516bd285c50482ca866f8a9cede277c8 /speech.py
parent4174982c9de9ef755a22db6d99782fae44b9eb2b (diff)
Little fixes to speech feature
Correct logs. Check a different condition for no text selected. Fix reset speech callback method name Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'speech.py')
-rw-r--r--speech.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speech.py b/speech.py
index d950fbd..1e88a86 100644
--- a/speech.py
+++ b/speech.py
@@ -17,7 +17,7 @@
import logging
-_logger = logging.getLogger('read-etexts-activity')
+_logger = logging.getLogger('write-activity')
supported = True