2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-09 21:10:15 +00:00

remove bogus error msg

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11713 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott
2012-02-29 16:13:45 +00:00
parent fd285daefe
commit f171ef4052

View File

@@ -363,11 +363,6 @@ sub get_nim_attr_val
xCAT::InstUtils->xcmd($callback, $sub_req, "xdsh", $target, $cmd, 0);
if ($::RUNCMD_RC != 0)
{
if ($::VERBOSE) {
my $rsp;
push @{$rsp->{data}}, "Could not run lsnim command: \'$cmd\'.\n";
xCAT::MsgUtils->message("E", $rsp, $callback);
}
return undef;
}