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:
parent
182597b92b
commit
38986bcfb9
@ -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] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user