--- loncom/lond 2004/06/29 14:56:32 1.202 +++ loncom/lond 2004/06/29 15:19:56 1.203 @@ -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.203 2004/06/29 15:19:56 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -56,7 +56,7 @@ my $DEBUG = 11; # Non zero to en my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.202 $'; #' stupid emacs +my $VERSION='$Revision: 1.203 $'; #' 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