opendj3-server-dev/src/server/org/opends/server/admin/ClassLoaderProvider.java
@@ -669,11 +669,7 @@ try { // Log build information of extensions in the error log String[] information = getBuildInformation(jarFile); logger.error( NOTE_LOG_EXTENSION_INFORMATION. get(jarFile.getName(), information[1], information[2])); logger.error(NOTE_LOG_EXTENSION_INFORMATION, jarFile.getName(), information[1], information[2]); } catch(Exception e) { // Do not log information for that extension }