- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Aug 2007 05:11:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv10466 Modified Files: check Log Message: not clogging our logs with a warning about a libxml bug we can't control Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.553 retrieving revision 1.554 diff -u -d -r1.553 -r1.554 --- check 2 Aug 2007 04:57:54 -0000 1.553 +++ check 2 Aug 2007 05:11:03 -0000 1.554 @@ -683,9 +683,9 @@ if (defined($xmlwf_error_col)) { if ((my $l = length($File->{Content}->[$xmlwf_error_line-1])) < $xmlwf_error_col) { # http://bugzilla.gnome.org/show_bug.cgi?id=434196 - warn("Warning: reported error column larger than line length " . - "($xmlwf_error_col > $l) in $File->{URI} line " . - "$xmlwf_error_line, libxml2 bug? Resetting to line length."); + #warn("Warning: reported error column larger than line length " . + # "($xmlwf_error_col > $l) in $File->{URI} line " . + # "$xmlwf_error_line, libxml2 bug? Resetting to line length."); $xmlwf_error_col = $l; } elsif ($xmlwf_error_col == 79) {
Received on Thursday, 2 August 2007 05:11:17 UTC