--- loncom/lond 2004/06/29 14:56:32 1.202 +++ loncom/lond 2004/06/29 15:31:32 1.204 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.202 2004/06/29 14:56:32 raeburn Exp $ +# $Id: lond,v 1.204 2004/06/29 15:31:32 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -51,12 +51,12 @@ use LONCAPA::ConfigFileEdit; use LONCAPA::lonlocal; use LONCAPA::lonssl; -my $DEBUG = 11; # Non zero to enable debug log entries. +my $DEBUG = 0; # Non zero to enable debug log entries. my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.202 $'; #' stupid emacs +my $VERSION='$Revision: 1.204 $'; #' stupid emacs my $remoteVERSION; my $currenthostid; my $currentdomainid; @@ -354,7 +354,6 @@ sub ReadManagerTable { while(my $host = ) { chomp($host); if ($host =~ "^#") { # Comment line. - logthis(' Skipping line: '. "$host\n"); next; } if (!defined $hostip{$host}) { # This is a non cluster member