mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Correct old error message
This commit is contained in:
parent
0658a9b8ac
commit
68f399832d
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, sdk_path, force):
|
||||||
else:
|
else:
|
||||||
print "...failed to reset to snapshot"
|
print "...failed to reset to snapshot"
|
||||||
else:
|
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
|
# If we can't use the existing machine for any reason, make a
|
||||||
# new one from scratch.
|
# new one from scratch.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue