chiark / gitweb /
Correct error in 8d95091f
authorCiaran Gultnieks <ciaran@ciarang.com>
Wed, 26 Feb 2014 15:18:28 +0000 (15:18 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Wed, 26 Feb 2014 15:18:28 +0000 (15:18 +0000)
fdroidserver/build.py

index bec1278ff28c9a8f443b459223f04ac3b31f85eb..40b2c28ea17dea32eb7b13e13b22801291eea5ca 100644 (file)
@@ -82,7 +82,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
     """Do a build on the build server."""
 
     import ssh
-    if options.debug:
+    if options.verbose:
         logging.getLogger("ssh").setLevel(logging.DEBUG)
     else:
         logging.getLogger("ssh").setLevel(logging.WARN)