1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-04 14:30:11 +01:00

Fix snapshot logging error

This commit is contained in:
Ciaran Gultnieks 2014-04-10 13:56:45 +01:00
parent 2f43d30884
commit 8fdfc47f84

View File

@ -117,7 +117,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
else:
logging.info("...failed to reset to snapshot")
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
# new one from scratch.