remove extra error message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14353 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-11-16 16:10:27 +00:00
parent 182597b92b
commit 38986bcfb9

View File

@ -1876,10 +1876,10 @@ sub stream_error
xCAT::MsgUtils->message("I", $rsp, $::CALLBACK);
}
my $rsp = {};
$rsp->{error}->[0] =
"$user_target remote command had return code $$target_properties{'target-rc'}";
xCAT::MsgUtils->message("E", $rsp, $::CALLBACK);
# my $rsp = {};
# $rsp->{error}->[0] =
# "$user_target remote command had return code $$target_properties{'target-rc'}";
# xCAT::MsgUtils->message("E", $rsp, $::CALLBACK);
my $rsp = {};
$rsp->{error}->[0] =