minor changes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8020 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
42d5543213
commit
54a3d48079
@ -84,7 +84,7 @@ sub process_request {
|
||||
$request->{node} = $noderange;
|
||||
}
|
||||
}else{
|
||||
$callback->({error=>["Well Kemosabi, I can't figure out who you are."],errorcode=>[1]});
|
||||
$callback->({error=>["No node names are given, I cannot figure out who you are."],errorcode=>[1]});
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -93,7 +93,7 @@ sub process_request {
|
||||
}elsif($request->{'_xcat_clienthost'}){
|
||||
$noderange = $request->{'_xcat_clienthost'};
|
||||
}else{
|
||||
$callback->({error=>["Well Kemosabi, I can't figure out who you are."],errorcode=>[1]});
|
||||
$callback->({error=>["No node names are given. I can't figure out who you are."],errorcode=>[1]});
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user