mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Fix snapshot logging error
This commit is contained in:
parent
2f43d30884
commit
8fdfc47f84
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
|
||||||
else:
|
else:
|
||||||
logging.info("...failed to reset to snapshot")
|
logging.info("...failed to reset to snapshot")
|
||||||
else:
|
else:
|
||||||
logging.info("...snapshot doesn't exist - VBoxManage snapshot list:\n" + output)
|
logging.info("...snapshot doesn't exist - VBoxManage snapshot list:\n" + p.stdout)
|
||||||
|
|
||||||
# If we can't use the existing machine for any reason, make a
|
# If we can't use the existing machine for any reason, make a
|
||||||
# new one from scratch.
|
# new one from scratch.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue