From 00b344d8d04cb9c982d01906ff92c54e0485cd45 Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 11 Jun 2012 18:31:01 +0000 Subject: [PATCH] Oops git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13062 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 91c5e2ccc..2d50099b9 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -12457,10 +12457,10 @@ sub rmdsklsnode # don't remove the def my $rsp; push @{$rsp->{data}}, - "The node \'$name\' is currently running. Use the -f flag to force the removal."; + "The node \'$name\' is currently running. Use the -f flag to force the removal of the NIM client definition."; xCAT::MsgUtils->message("E", $rsp, $callback); $error++; - push(@nodesfailed, $name); + push(@nodesfailed, $nodename); next; } } # end - if not REMDEF