mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Correct error in 8d95091f
This commit is contained in:
parent
8d95091f4d
commit
c1df8b5bef
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
|
||||||
"""Do a build on the build server."""
|
"""Do a build on the build server."""
|
||||||
|
|
||||||
import ssh
|
import ssh
|
||||||
if options.debug:
|
if options.verbose:
|
||||||
logging.getLogger("ssh").setLevel(logging.DEBUG)
|
logging.getLogger("ssh").setLevel(logging.DEBUG)
|
||||||
else:
|
else:
|
||||||
logging.getLogger("ssh").setLevel(logging.WARN)
|
logging.getLogger("ssh").setLevel(logging.WARN)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue