Author: andar
Revision: 5177
Log:
Fix typo
Diff:
Modified: trunk/deluge/ui/console/commands/debug.py
===================================================================
--- trunk/deluge/ui/console/commands/debug.py 2009-04-26 19:30:56 UTC (rev
5176)
+++ trunk/deluge/ui/console/commands/debug.py 2009-04-27 00:30:21 UTC (rev
5177)
@@ -36,7 +36,7 @@
elif state == 'off':
deluge.log.setLoggerLevel("error")
else:
- console.write("{!error!}%s" %s usage)
+ console.write("{!error!}%s" % usage)
# def complete(self, text, *args):
# return [ x for x in ['on', 'off'] if x.startswith(text) ]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---