Index: src/org/w3c/unicorn/Framework.java
===================================================================
--- src/org/w3c/unicorn/Framework.java	(revision 1187:22fe7bf6d877)
+++ src/org/w3c/unicorn/Framework.java	(revision 1202:f4b6ce0511e8)
@@ -115,5 +115,5 @@
 	 * Initialize Unicorn
 	 */
-	public static void init() {
+	public static void initUnicorn() {
 		isUcnInitialized = false;
 		reset();
@@ -160,7 +160,7 @@
 			logger.info("OK - JVM parameter \"unicorn.home\" was found: " + unicornHome.getPath());
 			logger.info("OK - Log4j successfully initialized");
-			logger.debug("> Used log4j.properties file: " + log4jPath);
+			logger.debug("> Used log4j.xml file: " + log4jPath);
 		} else {
-			logger.warn("Log4j config file \"log4j.properties\" could not be found: " + log4jPath);
+			logger.warn("Log4j config file \"log4j.xml\" could not be found: " + log4jPath);
 			logger.warn("Log4j will not be initialized");
 		}
@@ -636,3 +636,4 @@
 		return mapOfTask.getDefaultTask();
 	}
+
 }
