Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/intro/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/intro/window.py')
-rw-r--r--src/jarabe/intro/window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/intro/window.py b/src/jarabe/intro/window.py
index 0e0cbb3..94c6782 100644
--- a/src/jarabe/intro/window.py
+++ b/src/jarabe/intro/window.py
@@ -55,7 +55,7 @@ def create_profile(name, color=None, pixbuf=None):
cmd = "ssh-keygen -q -t dsa -f %s -C '' -N ''" % keypath
(s, o) = commands.getstatusoutput(cmd)
if s != 0:
- logging.error("Could not generate key pair: %d %s" % (s, o))
+ logging.error("Could not generate key pair: %d %s", s, o)
else:
logging.error("Keypair exists, skip generation.")