From: Ciaran Gultnieks Date: Thu, 29 Aug 2013 21:58:49 +0000 (+0100) Subject: Correct old error message X-Git-Tag: 0.1~414 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=68f399832d6ae48e796786fc421d3d41ac9d59a9;p=fdroidserver.git Correct old error message --- diff --git a/fdroidserver/build.py b/fdroidserver/build.py index a5710da8..fb9d53a9 100644 --- a/fdroidserver/build.py +++ b/fdroidserver/build.py @@ -95,7 +95,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, sdk_path, force): else: print "...failed to reset to snapshot" else: - print "...snapshot doesn't exist - vagrant snap said:\n" + output + print "...snapshot doesn't exist - VBoxManage snapshot list:\n" + output # If we can't use the existing machine for any reason, make a # new one from scratch.