Remove msg that type "node" is assumed.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1098 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-04-16 18:01:36 +00:00
parent 3281adc8a2
commit c2ecf87653

View File

@ -415,8 +415,8 @@ sub processArgs
my $rsp;
if ( !$::opt_z && !$::opt_x) {
# don't want this msg in stanza or xml output
$rsp->{data}->[0] = "Assuming an object type of \'node\'.\n";
xCAT::MsgUtils->message("I", $rsp, $::callback);
#$rsp->{data}->[0] = "Assuming an object type of \'node\'.\n";
#xCAT::MsgUtils->message("I", $rsp, $::callback);
}
}