Correct error in 8d95091f

This commit is contained in:
Ciaran Gultnieks 2014-02-26 15:18:28 +00:00
parent 8d95091f4d
commit c1df8b5bef

View 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)