--- loncom/lond 2004/06/29 15:19:56 1.203 +++ 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.203 2004/06/29 15:19:56 albertel 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.203 $'; #' stupid emacs +my $VERSION='$Revision: 1.204 $'; #' stupid emacs my $remoteVERSION; my $currenthostid; my $currentdomainid;