mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Fix the spelling error for the openbmc rflash message
Fix the spelling error
This commit is contained in:
parent
61dcb9c0b8
commit
4209f09c60
@ -571,7 +571,7 @@ sub process_request {
|
||||
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--;
|
||||
}
|
||||
@ -586,7 +586,7 @@ sub process_request {
|
||||
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--;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user