[LON-CAPA-cvs] cvs: loncom / lond
foxr
foxr@source.lon-capa.org
Mon, 04 May 2009 10:23:02 -0000
foxr Mon May 4 10:23:02 2009 EDT
Modified files:
/loncom lond
Log:
Turn off debug flags so it won't spew into the logfiles.
Index: loncom/lond
diff -u loncom/lond:1.413 loncom/lond:1.414
--- loncom/lond:1.413 Sat Apr 11 14:47:46 2009
+++ loncom/lond Mon May 4 10:23:02 2009
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.413 2009/04/11 14:47:46 raeburn Exp $
+# $Id: lond,v 1.414 2009/05/04 10:23:02 foxr Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -54,12 +54,12 @@
use Fcntl qw(:flock);
use Apache::lonnet;
-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.413 $'; #' stupid emacs
+my $VERSION='$Revision: 1.414 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid="default";
my $currentdomainid;