X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=mclu_import.py;h=aa08b83ff6d2fe4912f7a743d95fa0ec49024c84;hb=0546bcb0952b8059453562f6104ea99ba515b718;hp=565d7144bc09b65bf2e5dd6426049e61a46de656;hpb=652c33e9c65ce2934b35554446ec7d1c5f2ce7bb;p=mclu.git diff --git a/mclu_import.py b/mclu_import.py index 565d714..aa08b83 100644 --- a/mclu_import.py +++ b/mclu_import.py @@ -68,7 +68,7 @@ def run (c, args): running, inactive = lib.get_all_guests (c) if vm_name in running or vm_name in inactive: - sys.exit ("error: node name (%s) already exists" % vm_name) + sys.exit ("error: VM name (%s) already exists" % vm_name) output = '%s/%s.img' % (c['images_dir'], vm_name)