- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Sep 2009 11:36:02 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn In directory hutz:/tmp/cvs-serv10979/src/org/w3c/unicorn Modified Files: UnicornCall.java Log Message: made a log more explicit Index: UnicornCall.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/UnicornCall.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- UnicornCall.java 24 Sep 2009 17:38:55 -0000 1.26 +++ UnicornCall.java 30 Sep 2009 11:36:00 -0000 1.27 @@ -432,7 +432,7 @@ String passedId = null; for (String observerId : group.getObservationList()) { if (mapOfResponse.get(observerId) == null) { - logger.error("unknown observer id (" + observerId + ") in output group of task: " + this.getTask().getID()); + logger.warn("unknown observer id (" + observerId + ") in output group of task: " + this.getTask().getID() + ". It is possible that this observation failed, or that the tasklist is not valid."); continue; } if (mapOfResponse.get(observerId).isPassed()) {
Received on Wednesday, 30 September 2009 11:36:07 UTC