From: Hans-Christoph Steiner Date: Wed, 15 Mar 2017 13:23:19 +0000 (+0100) Subject: update: fix crash in debug logging message X-Git-Tag: 0.8~104 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4430d8b01c36b8712d68a3a8105608fb6f85ad62;p=fdroidserver.git update: fix crash in debug logging message --- diff --git a/fdroidserver/update.py b/fdroidserver/update.py index 8b2612e3..5189633c 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -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