From 8fdfc47f84847a4193454f64d7cb6f13f7ed914a Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Thu, 10 Apr 2014 13:56:45 +0100 Subject: [PATCH] Fix snapshot logging error --- fdroidserver/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2