From: Ciaran Gultnieks Date: Thu, 10 Apr 2014 12:56:45 +0000 (+0100) Subject: Fix snapshot logging error X-Git-Tag: 0.2~139 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8fdfc47f84847a4193454f64d7cb6f13f7ed914a;p=fdroidserver.git Fix snapshot logging error --- diff --git a/fdroidserver/build.py b/fdroidserver/build.py index 4845b51e..16353529 100644 --- a/fdroidserver/build.py +++ b/fdroidserver/build.py @@ -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.