remove the message Setting the name of the site definition to 'clustersite'

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6025 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-05-07 13:57:56 +00:00
parent 589a2e07f3
commit 233a46c2e7

View File

@ -587,10 +587,6 @@ sub processArgs
if (($::opt_t eq 'site') && ($::opt_o ne 'clustersite'))
{
push(@::clobjnames, 'clustersite');
my $rsp;
$rsp->{data}->[0] ="Only one site definition is supported.";
$rsp->{data}->[1] = "Setting the name of the site definition to \'clustersite\'.";
xCAT::MsgUtils->message("I", $rsp, $::callback);
}
elsif ($::opt_t eq 'node')
@ -630,9 +626,6 @@ sub processArgs
# special case for site table!!!!!!!!!!!!!!
if (($::opt_t eq 'site') && !$::opt_o)
{
my $rsp;
$rsp->{data}->[0] ="Setting the name of the site definition to \'clustersite\'.";
xCAT::MsgUtils->message("I", $rsp, $::callback);
push(@::clobjnames, 'clustersite');
$::objectsfrom_opto = 1;
}