From 6dea0dea97c99c3b0ea75a2b46aef93565b5cf6d Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 8 Apr 2009 13:03:56 +0000 Subject: [PATCH] fix misleading error message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3130 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 9b2fa2f86..a9721c528 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -2965,7 +2965,7 @@ sub _resolve_nodes my $rsp = {}; $rsp->{data}->[0] = - "The specified node $node is not defined to the cluster."; + "The specified node $node address is not resolvable in the cluster."; xCAT::MsgUtils->message("E", $rsp, $::CALLBACK); }