minor fix an error message in route.pm

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10495 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao
2011-09-12 15:09:07 +00:00
parent d73267e16b
commit 29da171a6e
+1 -1
View File
@@ -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;
}