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

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