From d1bc43db4111b45df28120d85e088117669eb022 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 19 May 2012 21:54:46 +0000 Subject: [PATCH] Correct typo git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12832 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/slpdiscover.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/slpdiscover.pm b/xCAT-server/lib/xcat/plugins/slpdiscover.pm index f142d62a5..e8499ae4e 100644 --- a/xCAT-server/lib/xcat/plugins/slpdiscover.pm +++ b/xCAT-server/lib/xcat/plugins/slpdiscover.pm @@ -179,7 +179,7 @@ sub setupIMM { if ($newaddr) { @ips = xCAT::NetworkUtils::getipaddr($newaddr,GetAllAddresses=>1); } - endmsg(":Configuration of ".$node." commencing, configuration may take a few minutes to take effect",$callback); + sendmsg(":Configuration of ".$node." commencing, configuration may take a few minutes to take effect",$callback); #ok, with all ip addresses in hand, time to enable IPMI and set all the ip addresses (still static only, TODO: dhcp my $ssh = new xCAT::SSHInteract(-username=>$args{username}, -password=>$args{password},