mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +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."""
|
||||
|
||||
import ssh
|
||||
if options.debug:
|
||||
if options.verbose:
|
||||
logging.getLogger("ssh").setLevel(logging.DEBUG)
|
||||
else:
|
||||
logging.getLogger("ssh").setLevel(logging.WARN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue