2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

change log messages

This commit is contained in:
Casandra Qiu 2017-11-16 14:49:32 -05:00
parent f6690b648e
commit 0b9aae5754

View File

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