2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #4151 from chenglch/rflash

Fix the spelling error for the openbmc rflash message
This commit is contained in:
zet809 2017-10-27 17:53:39 +08:00 committed by GitHub
commit 151144f6bf

View File

@ -618,7 +618,7 @@ rmdir \"/tmp/\$userid\" \n";
if ($status_info{ $node_info{$node}{cur_status} }->{process}) {
$status_info{ $node_info{$node}{cur_status} }->{process}->($node, undef);
} else {
xCAT::SvrUtils::sendmsg([1,"Internal error, plase the check the process handler for current status "
xCAT::SvrUtils::sendmsg([1,"Internal error, check the process handler for current status "
.$node_info{$node}{cur_status}."."], $callback, $node);
$wait_node_num--;
}
@ -633,7 +633,7 @@ rmdir \"/tmp/\$userid\" \n";
if ($node_info{$k}{method} || $status_info{ $node_info{$k}{cur_status} }{method}) {
gen_send_request($k);
} else {
xCAT::SvrUtils::sendmsg([1,"Internal error, plase the check the rest handler for current status "
xCAT::SvrUtils::sendmsg([1,"Internal error, check the REST handler for current status "
.$node_info{$k}{cur_status}."."], $callback, $k);
$wait_node_num--;
}