version 1.30, 2003/10/27 10:09:21
|
version 1.31, 2003/10/28 10:48:10
|
Line 45
|
Line 45
|
|
|
# Change log: |
# Change log: |
# $Log$ |
# $Log$ |
|
# Revision 1.31 2003/10/28 10:48:10 foxr |
|
# Call LondConnection::ReadConfig explicitly so that the configuration is loaded |
|
# prior to getting the hosts table hashiterator. |
|
# |
# Revision 1.30 2003/10/27 10:09:21 foxr |
# Revision 1.30 2003/10/27 10:09:21 foxr |
# Tighten up a few compares to eq and flip a few debug levels around... nothing |
# Tighten up a few compares to eq and flip a few debug levels around... nothing |
# critical |
# critical |
Line 1598 ShowStatus("Forking node servers");
|
Line 1602 ShowStatus("Forking node servers");
|
|
|
Log("CRITICAL", "--------------- Starting children ---------------"); |
Log("CRITICAL", "--------------- Starting children ---------------"); |
|
|
|
LondConnection::ReadConfig; # Read standard config files. |
my $HostIterator = LondConnection::GetHostIterator; |
my $HostIterator = LondConnection::GetHostIterator; |
while (! $HostIterator->end()) { |
while (! $HostIterator->end()) { |
|
|