chiark / gitweb /
Failed to update what page?
authorCiaran Gultnieks <ciaran@ciarang.com>
Sun, 1 Feb 2015 20:32:03 +0000 (20:32 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 1 Feb 2015 20:32:03 +0000 (20:32 +0000)
fdroidserver/update.py

index 06580ed524d82cb4a98fd3d4a545afd9fe3dc0a7..f5eee07cfb550e42152cd7d3070c06750bcdb492 100644 (file)
@@ -266,7 +266,7 @@ def update_wiki(apps, sortedids, apks):
                     newpage = site.Pages[pagename]
                     newpage.save(text, summary='Auto-created')
                 except:
-                    logging.error("...FAILED to create page")
+                    logging.error("...FAILED to create page '{0}'".format(pagename))
 
     # Purge server cache to ensure counts are up to date
     site.pages['Repository Maintenance'].purge()
@@ -531,6 +531,7 @@ def scan_apks(apps, apkcache, repodir, knownapks):
                 logging.warn('{0} is set to android:debuggable="true"'.format(apkfile))
 
             # Get the signature (or md5 of, to be precise)...
+            logging.debug('Getting signature of {0}'.format(apkfile))
             thisinfo['sig'] = getsig(os.path.join(os.getcwd(), apkfile))
             if not thisinfo['sig']:
                 logging.critical("Failed to get apk signature")