From 0dbfef1e017ec5e101c7d244d0fa5860e09ddae0 Mon Sep 17 00:00:00 2001 From: XuWei Date: Sun, 20 Aug 2017 22:33:36 -0400 Subject: [PATCH] modified depending on comments --- xCAT-server/lib/xcat/plugins/openbmc.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/openbmc.pm b/xCAT-server/lib/xcat/plugins/openbmc.pm index 6aade674d..d6835ab7a 100644 --- a/xCAT-server/lib/xcat/plugins/openbmc.pm +++ b/xCAT-server/lib/xcat/plugins/openbmc.pm @@ -1669,8 +1669,8 @@ sub rspconfig_response { if ($node_info{$node}{cur_status} eq "RSPCONFIG_DHCP_RESPONSE") { if ($response_info->{'message'} eq $::RESPONSE_OK) { - xCAT::SvrUtils::sendmsg("DHCP", $callback, $node); - xCAT::SvrUtils::sendmsg("Will reset BMC...", $callback, $node); + my $bmc_node = "$node BMC"; + xCAT::SvrUtils::sendmsg("Setting IP to DHCP...", $callback, $bmc_node); } }