minor fix an error message in route.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10496 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2ba31bfbc6
commit
9c2eb531cb
@ -378,7 +378,7 @@ sub process_makeroutes {
|
||||
}
|
||||
} else {
|
||||
my $rsp={};
|
||||
$rsp->{data}->[0]= "No routes defined in the site.mnroutnames for the management node.";
|
||||
$rsp->{data}->[0]= "No routes defined in the site.mnroutenames for the management node.";
|
||||
$callback->($rsp);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user