chiark / gitweb /
Fix snapshot logging error
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 10 Apr 2014 12:56:45 +0000 (13:56 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 10 Apr 2014 12:56:45 +0000 (13:56 +0100)
fdroidserver/build.py

index 4845b51e42eabe92e16c94cd40cd4dbf129a6ef0..1635352949e06ee37cdbe9dd3e18da27afe8569f 100644 (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.