[LON-CAPA-cvs] cvs: loncom / lond
www
www@source.lon-capa.org
Thu, 10 Jun 2010 19:21:32 -0000
www Thu Jun 10 19:21:32 2010 EDT
Modified files:
/loncom lond
Log:
The &logthis()-line created tons of log spam on multidomain machines.
Index: loncom/lond
diff -u loncom/lond:1.442 loncom/lond:1.443
--- loncom/lond:1.442 Sun May 23 10:45:46 2010
+++ loncom/lond Thu Jun 10 19:21:32 2010
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.442 2010/05/23 10:45:46 www Exp $
+# $Id: lond,v 1.443 2010/06/10 19:21:32 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -58,7 +58,7 @@
my $status='';
my $lastlog='';
-my $VERSION='$Revision: 1.442 $'; #' stupid emacs
+my $VERSION='$Revision: 1.443 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid="default";
my $currentdomainid;
@@ -7187,7 +7187,7 @@
eq &Apache::lonnet::get_host_ip($hostid)) {
$currenthostid =$hostid;
$currentdomainid=&Apache::lonnet::host_domain($hostid);
- &logthis("Setting hostid to $hostid, and domain to $currentdomainid");
+# &logthis("Setting hostid to $hostid, and domain to $currentdomainid");
} else {
&logthis("Requested host id $hostid not an alias of ".
$perlvar{'lonHostID'}." refusing connection");