Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/journaltoolbox.py
diff options
context:
space:
mode:
authorSascha Silbe <sascha@silbe.org>2009-08-19 17:37:40 (GMT)
committer Sascha Silbe <sascha@silbe.org>2009-08-24 18:47:16 (GMT)
commit313303aa93371463fcc184d637d7637183418833 (patch)
treebeb6f282a9bbbb0037007a0d9095e35748a04e97 /src/jarabe/journal/journaltoolbox.py
parentc2620c745dc54cbf4d44846574f30652e812c2aa (diff)
let the logger do the formatting
Diffstat (limited to 'src/jarabe/journal/journaltoolbox.py')
-rw-r--r--src/jarabe/journal/journaltoolbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/journal/journaltoolbox.py b/src/jarabe/journal/journaltoolbox.py
index af6e20e..201bf76 100644
--- a/src/jarabe/journal/journaltoolbox.py
+++ b/src/jarabe/journal/journaltoolbox.py
@@ -258,7 +258,7 @@ class SearchToolbar(gtk.Toolbar):
break
if what_filter_index == -1:
- logging.warning('what_filter %r not known' % what_filter)
+ logging.warning('what_filter %r not known', what_filter)
else:
self._what_search_combo.set_active(what_filter_index)