perl/modules/W3C/LogValidator/lib/W3C LogValidator.pm,1.21,1.22

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

Modified Files:
	LogValidator.pm 
Log Message:
debug info

Index: LogValidator.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- LogValidator.pm	24 Jul 2007 06:08:10 -0000	1.21
+++ LogValidator.pm	7 Sep 2007 05:46:02 -0000	1.22
@@ -288,6 +288,7 @@
 				}
 				$entriescounter++;
 			}
+			print "	  added $entriescounter URIs.\n" if ($verbose > 2);
 			close LOGFILE;
 		} elsif ($logfile) {
 			die "could not open log file $logfile : $!";

Received on Friday, 7 September 2007 05:46:07 UTC