From 7d0636aa8fbf8fa30a05942e6fbcd89399ad32bc Mon Sep 17 00:00:00 2001
From: jbjohnso <jbjohnso@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd>
Date: Thu, 24 May 2012 19:40:21 +0000
Subject: [PATCH] Tweak some messages on slpdiscover

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12928 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 97d534179..70683f5ae 100644
--- a/xCAT-server/lib/xcat/plugins/slpdiscover.pm
+++ b/xCAT-server/lib/xcat/plugins/slpdiscover.pm
@@ -150,7 +150,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;
 			}
@@ -158,7 +158,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 };
 		}
 	}