From 9c2eb531cb2ccaa3abf0b644120d75ffc85a4c0e Mon Sep 17 00:00:00 2001 From: linggao Date: Mon, 12 Sep 2011 15:10:54 +0000 Subject: [PATCH] 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 --- 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; }