[LON-CAPA-cvs] cvs: loncom /lonnet/perl lonnet.pm

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 04 Nov 2003 18:44:17 -0000


albertel		Tue Nov  4 13:44:17 2003 EDT

  Modified files:              
    /loncom/lonnet/perl	lonnet.pm 
  Log:
  - BUG#984, I cen't remeber a single time this error message was useful, and it mainly serves to pollute lonnet.log
  
  
Index: loncom/lonnet/perl/lonnet.pm
diff -u loncom/lonnet/perl/lonnet.pm:1.440 loncom/lonnet/perl/lonnet.pm:1.441
--- loncom/lonnet/perl/lonnet.pm:1.440	Sat Nov  1 13:34:49 2003
+++ loncom/lonnet/perl/lonnet.pm	Tue Nov  4 13:44:17 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # TCP networking package
 #
-# $Id: lonnet.pm,v 1.440 2003/11/01 18:34:49 www Exp $
+# $Id: lonnet.pm,v 1.441 2003/11/04 18:44:17 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1090,7 +1090,7 @@
 	   &logthis("Subscribe returned $remoteurl: $filename");
            return HTTP_SERVICE_UNAVAILABLE;
     } elsif ($remoteurl eq 'not_found') {
-	   &logthis("Subscribe returned not_found: $filename");
+	   #&logthis("Subscribe returned not_found: $filename");
 	   return HTTP_NOT_FOUND;
     } elsif ($remoteurl =~ /^rejected by/) {
 	   &logthis("Subscribe returned $remoteurl: $filename");