From 0b9aae5754a85baf46f995608b4f25b3273ce788 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Thu, 16 Nov 2017 14:49:32 -0500 Subject: [PATCH] change log messages --- xCAT-server/share/xcat/cons/openbmc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/cons/openbmc b/xCAT-server/share/xcat/cons/openbmc index 4429daa4b..f21d899ad 100755 --- a/xCAT-server/share/xcat/cons/openbmc +++ b/xCAT-server/share/xcat/cons/openbmc @@ -95,7 +95,7 @@ if ($ENV{SSHCONSOLEPORT}) { my $nmap_output = `/usr/bin/nmap $bmcip -p $sshport -Pn`; while ($nmap_output =~ /0 hosts up/) { $sleepint = 10 + int(rand(20)); - print "Failure to reach openbmc, retrying in $sleepint seconds (Hit Ctrl-E,c,o to skip)\n"; + print "No BMC active at IP $bmcip, retrying in $sleepint seconds (Hit Ctrl-E,c,o to skip)\n"; sleep ($sleepint); acquire_lock(); sleep(0.1);