summaryrefslogtreecommitdiff
path: root/scripts/cxmanage
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cxmanage')
-rwxr-xr-xscripts/cxmanage3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/cxmanage b/scripts/cxmanage
index 7a1f51c..606a85f 100755
--- a/scripts/cxmanage
+++ b/scripts/cxmanage
@@ -353,8 +353,7 @@ def add_targets(controller, args):
# Add hosts to controller
if args.all_nodes:
if controller.add_fabrics(hosts, args.user, args.password):
- print "ERROR: Failed to get IP info from all hosts. Aborting."
- print
+ print "ERROR: Failed to get IP addresses. Aborting.\n"
sys.exit(1)
else:
for host in hosts: