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:
linggao 2010-11-03 15:37:12 +00:00
parent 42d5543213
commit 54a3d48079
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}