--- loncom/lonnet/perl/lonnet.pm 2003/11/01 18:34:49 1.440 +++ loncom/lonnet/perl/lonnet.pm 2003/11/04 18:44:17 1.441 @@ -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 @@ sub repcopy { &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");