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: 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.