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); } }