chiark / gitweb /
Correct old error message
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 29 Aug 2013 21:58:49 +0000 (22:58 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 29 Aug 2013 21:58:49 +0000 (22:58 +0100)
fdroidserver/build.py

index a5710da8e0d8dbd2902b8bb00fd27830c26f1f1d..fb9d53a95575fcfa798b4495edc7088dbed83fb1 100644 (file)
@@ -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.