1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Correct old error message

This commit is contained in:
Ciaran Gultnieks 2013-08-29 22:58:49 +01:00
parent 0658a9b8ac
commit 68f399832d

View 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.