From 1343fe6240143adde8eb7f2e014ad0d55e65331b Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 24 May 2012 20:35:51 +0000 Subject: [PATCH] Tweak some messages on slpdiscover git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12932 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/slpdiscover.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/slpdiscover.pm b/xCAT-server/lib/xcat/plugins/slpdiscover.pm index e8499ae4e..4a1ec0a22 100644 --- a/xCAT-server/lib/xcat/plugins/slpdiscover.pm +++ b/xCAT-server/lib/xcat/plugins/slpdiscover.pm @@ -147,7 +147,7 @@ sub process_request { next; } if ($data->{SrvType} eq "service:management-hardware.IBM:chassis-management-module") { - sendmsg(":Found ".$nodename." which seems to be ".$data->{SrvType}." at address $addr",$callback); + sendmsg(":Found ".$data->{SrvType}." at address $addr",$callback,$nodename); unless (do_blade_setup($data,curraddr=>$addr)) { next; } @@ -155,7 +155,7 @@ sub process_request { unless (do_blade_setup($data,curraddr=>$addr,pass2=>1)) { next; } - sendmsg(":Configuration of ".$nodename." complete, configuration may take a few minutes to take effect",$callback); + sendmsg(":Configuration complete, configuration may take a few minutes to take effect",$callback,$nodename); $macuphash{$nodename} = { mac => $mac }; } }