mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
06.41.2012 56c163cf12677c431d518ecb6cf36b9f650fa601
opends/src/server/org/opends/server/admin/ClassLoaderProvider.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package org.opends.server.admin;
@@ -695,7 +696,7 @@
        // Log build information of extensions in the error log
        String[] information = getBuildInformation(jarFile);
        logError(
          INFO_LOG_EXTENSION_INFORMATION.
          NOTE_LOG_EXTENSION_INFORMATION.
            get(jarFile.getName(),
                information[1],
                information[2]));