mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 09:50:19 +00:00
add message in the fill_outletCount
This commit is contained in:
@ -251,6 +251,8 @@ sub fill_outletCount {
|
||||
my $count = $session->get("$outletoid");
|
||||
if ($count) {
|
||||
$pdutab->setNodeAttribs($pdu, {outlet => $count});
|
||||
} else {
|
||||
xCAT::SvrUtils::sendmsg("Invalid Outlet number ", $callback,$pdu);
|
||||
}
|
||||
|
||||
return $count;
|
||||
|
Reference in New Issue
Block a user