perl/modules/W3C/LogValidator/lib/W3C LogValidator.pm,1.12,1.13

Update of /sources/public/perl/modules/W3C/LogValidator/lib/W3C
In directory hutz:/tmp/cvs-serv8474/lib/W3C

Modified Files:
	LogValidator.pm 
Log Message:
cleaner output

Index: LogValidator.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- LogValidator.pm	10 Sep 2004 00:41:24 -0000	1.12
+++ LogValidator.pm	29 Sep 2004 03:39:34 -0000	1.13
@@ -247,6 +247,7 @@
 			$tmprecord = $self->remove_duplicates($tmprecord);
 			$tmprecord = join ("",'http://',$config{LogProcessor}{ServerName},$tmprecord);
 		}
+	#print "$tmprecord \n" if ($verbose > 2);
 	return $tmprecord;
 	}
 }

Received on Wednesday, 29 September 2004 03:39:37 UTC