- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 10 Jun 2010 14:54:28 -0400
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1187:22fe7bf6d877
user: Thomas Gambet <tgambet@w3.org>
date: Thu Jun 10 14:52:46 2010 -0400
files: src/org/w3c/unicorn/Framework.java
description:
removed a log that was before log4j initialization
diff -r bfba1b260ed5 -r 22fe7bf6d877 src/org/w3c/unicorn/Framework.java
--- a/src/org/w3c/unicorn/Framework.java Thu Jun 10 14:49:26 2010 -0400
+++ b/src/org/w3c/unicorn/Framework.java Thu Jun 10 14:52:46 2010 -0400
@@ -149,7 +149,6 @@
throw new InitializationFailedException(fatal);
} else {
unicornHome = ucnHomeFile.toURI();
- logger.info("OK - JVM parameter \"unicorn.home\" was found: " + unicornHome.getPath());
}
}
Received on Thursday, 10 June 2010 18:56:49 UTC