diff --git a/fdroidserver/update.py b/fdroidserver/update.py index aca6b994..8cd6b0e3 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -452,7 +452,7 @@ def scan_apks(apps, apkcache, repodir, knownapks): # Check for debuggable apks... if common.isApkDebuggable(apkfile, config): - logging.warn("{0} is debuggable... {1}".format(apkfile, line)) + logging.warn('{0} is set to android:debuggable="true"!'.format(apkfile)) # Calculate the sha256... sha = hashlib.sha256()