chiark / gitweb /
Typo
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 3 Feb 2014 13:07:01 +0000 (14:07 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 3 Feb 2014 13:07:01 +0000 (14:07 +0100)
fdroidserver/update.py

index 6f9e6069b4d937c5f983e80bc4f97dc6f3318306..b2c32c836acc8350e933d96b2d5d19322abd9c6d 100644 (file)
@@ -782,7 +782,7 @@ def make_index(apps, apks, repodir, archive, categories):
 
         if not options.quiet:
             logging.info("Creating signed index.")
-            logging.info("Key fingerprint:", repo_pubkey_fingerprint)
+            logging.info("Key fingerprint: %s", repo_pubkey_fingerprint)
 
         #Create a jar of the index...
         p = FDroidPopen(['jar', 'cf', 'index.jar', 'index.xml'], cwd=repodir)