From 29da171a6e25069ffface8705a7b1c8350ac8284 Mon Sep 17 00:00:00 2001 From: linggao Date: Mon, 12 Sep 2011 15:09:07 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/route.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/route.pm b/xCAT-server/lib/xcat/plugins/route.pm index c7bcbd008..507c58f27 100644 --- a/xCAT-server/lib/xcat/plugins/route.pm +++ b/xCAT-server/lib/xcat/plugins/route.pm @@ -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; }