Show
Ignore:
Timestamp:
2008-05-07 20:13:26 (7 months ago)
Author:
th-schwarz
Message:

cleaner logging statements for instantiating the UserPathBuilder object

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java

    r1926 r1960  
    6868                                logger.info("UserPathBuilder object successfull instanciated!"); 
    6969                        } catch (Exception e) { 
    70                                 logger.error("Couldn't instanciate the class [" 
    71                                                 .concat(fqcn) 
     70                                logger.error("Couldn't instanciate the class [".concat(fqcn) 
    7271                                        .concat("], The default of users's 'BaseDir' will be used in the ConnectorServlet!"), e); 
    7372                        }