chiark / gitweb /
update: fix crash in debug logging message
authorHans-Christoph Steiner <hans@eds.org>
Wed, 15 Mar 2017 13:23:19 +0000 (14:23 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 15 Mar 2017 13:23:37 +0000 (14:23 +0100)
fdroidserver/update.py

index 8b2612e3906aec475e994b6fc8440ce32be776bc..5189633cc70bafbfb13438f11ce2cfd364870b32 100644 (file)
@@ -550,7 +550,7 @@ def scan_repo_files(apkcache, repodir, knownapks, use_date_from_file=False):
             continue
         filename = os.path.join(repodir, name)
         if filename.endswith('_src.tar.gz'):
-            logging.debug('skipping source tarball:', filename)
+            logging.debug('skipping source tarball: ' + filename)
             continue
         if not common.is_repo_file(filename):
             continue