From e2e436195706eb091f66b8895e16e9e7ccd68443 Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Mon, 20 Aug 2012 07:26:39 +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/trunk@13551 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 31c0ce97e..faa758cf5 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -4247,7 +4247,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]); }