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:
parent
3281adc8a2
commit
c2ecf87653
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user