Index: /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/ConfigurationHandler.java
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/ConfigurationHandler.java	(revision 1441)
+++ /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/ConfigurationHandler.java	(revision 1442)
@@ -57,6 +57,6 @@
 			    .getResourceAsStream("default.properties")));
 		} catch (IOException e) {
-			logger.error("Error while loading the default properties: " + e.getMessage(), e);
-			throw new RuntimeException("Can't load default properties; becouse: " + e.getMessage(), e);
+			logger.error("Error while loading the default properties!", e);
+			throw new RuntimeException("Can't load default properties!", e);
 		}
 		baseDir = defaultProperties.getProperty("fckeditor.basedir");
