chiark / gitweb /
update: improve warning about APKs set to be debuggable
[fdroidserver.git] / fdroidserver / update.py
index aca6b994f4e112fc6055d621f0153a4fa2509a00..8cd6b0e39f9b52c52207820890b11905098ae022 100644 (file)
@@ -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()