Index: /FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java
===================================================================
--- /FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java	(revision 1960)
+++ /FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java	(revision 1961)
@@ -61,5 +61,6 @@
 		fqcn = PropertiesLoader.getProperty("connector.userPathBuilderImpl");
 		if (fqcn == null)
-			logger.warn("No property found for UserPathBuilder implementation, any user action is disabled!");
+			logger.warn("No property found for UserPathBuilder implementation! "
+					.concat("The default of users's 'BaseDir' will be used in the ConnectorServlet!"));
 		else {
 			try {
