From f5f4e1117d69a3796bd91f1b8a72b54eebf59778 Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Mon, 20 Aug 2012 07:24:02 +0000 Subject: [PATCH] fix bug 3531793: wrong error message in rspconfig cmm initnetwork=* git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13550 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index df709ff48..ad7701f35 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -4173,7 +4173,7 @@ sub clicmds { my $errmsg=$@; if ($errmsg) { if ($errmsg =~ /Known_hosts issue/) { - $errmsg = "The entry for $curraddr in known_hosts table is out of date, pls run 'makeknownhosts $curraddr -r' to delete it from known_hosts table."; + $errmsg = "The entry for $mpa in known_hosts table is out of date, pls run 'makeknownhosts $mpa -r' to delete it from known_hosts table."; push @cfgtext, $errmsg; return([1, \@unhandled, $errmsg]); }