Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/controlpanel
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/controlpanel
parentc2620c745dc54cbf4d44846574f30652e812c2aa (diff)
let the logger do the formatting
Diffstat (limited to 'src/jarabe/controlpanel')
-rw-r--r--src/jarabe/controlpanel/gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/controlpanel/gui.py b/src/jarabe/controlpanel/gui.py
index 3d226fa..7384a0d 100644
--- a/src/jarabe/controlpanel/gui.py
+++ b/src/jarabe/controlpanel/gui.py
@@ -352,7 +352,7 @@ class ModelWrapper(object):
try:
method(self._options[key])
except Exception, detail:
- _logger.debug('Error undo option: %s' % detail)
+ _logger.debug('Error undo option: %s', detail)
class _SectionIcon(gtk.EventBox):
__gtype_name__ = "SugarSectionIcon"