Return to lonr CVS log | Up to [LON-CAPA] / loncom |
version 1.4, 2009/04/18 16:03:14 | version 1.5, 2009/04/18 23:43:47 |
---|---|
Line 269 sub make_new_child { | Line 269 sub make_new_child { |
}; | }; |
$command->log_stdout(0); | $command->log_stdout(0); |
$command->log_file("$execdir/logs/lonr.session.log"); | # $command->log_file("$execdir/logs/lonr.session.log"); |
for (my $i=0; $i < $MAX_CLIENTS_PER_CHILD; $i++) { | for (my $i=0; $i < $MAX_CLIENTS_PER_CHILD; $i++) { |
&status('Accepting connections'); | &status('Accepting connections'); |