From 7d8e9bbcaa63038d097f094d698f540019531a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 8 Jun 2014 00:38:11 +0200 Subject: [PATCH] jni problem is critical, so make it an error --- fdroidserver/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 53febdf0..01da3168 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -1411,7 +1411,7 @@ def scan_source(build_dir, root_dir, thisbuild): # buildjni=no to bypass this check) if (os.path.exists(os.path.join(root_dir, 'jni')) and not thisbuild['buildjni']): - logging.warn('Found jni directory, but buildjni is not enabled') + logging.error('Found jni directory, but buildjni is not enabled') count += 1 return count