--- loncom/lond 2004/06/17 09:26:56 1.194 +++ loncom/lond 2004/06/17 10:15:46 1.195 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.194 2004/06/17 09:26:56 foxr Exp $ +# $Id: lond,v 1.195 2004/06/17 10:15:46 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -51,12 +51,12 @@ use LONCAPA::ConfigFileEdit; use LONCAPA::lonlocal; use LONCAPA::lonssl; -my $DEBUG = 1; # 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.194 $'; #' stupid emacs +my $VERSION='$Revision: 1.195 $'; #' stupid emacs my $remoteVERSION; my $currenthostid; my $currentdomainid;