- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Mar 2007 04:46:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv9262 Modified Files: check Log Message: in grouped error mode, give the specific error message for each instance Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.489 retrieving revision 1.490 diff -u -d -r1.489 -r1.490 --- check 28 Mar 2007 05:51:14 -0000 1.489 +++ check 29 Mar 2007 04:46:55 -0000 1.490 @@ -1537,7 +1537,8 @@ $msg_text = "XML Parsing Error"; } $Errors_bytype{$err->{num}}->{expl} = $err->{expl}; - $Errors_bytype{$err->{num}}->{msg} = $msg_text; + $Errors_bytype{$err->{num}}->{generic_msg} = $msg_text; + $Errors_bytype{$err->{num}}->{msg} = $err->{msg}; $Errors_bytype{$err->{num}}->{type} = $err->{type}; $Errors_bytype{$err->{num}}->{class} = $err->{class}; $Errors_bytype{$err->{num}}->{err_type_err} = $err->{err_type_err};
Received on Thursday, 29 March 2007 04:47:05 UTC