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

lutoff
21.58.2009 e5b65fd562e53204fb479615bb7c6606ebf0f0e3
fixed for issue #4061 ($SERVER_ROOT variable should be replaced in start-ds output)
We now print out the actual path.

1 files modified
3 ■■■■ changed files
opends/src/server/org/opends/server/admin/ClassLoaderProvider.java 3 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/admin/ClassLoaderProvider.java
@@ -696,8 +696,7 @@
        String[] information = getBuildInformation(jarFile);
        logError(
          INFO_LOG_EXTENSION_INFORMATION.
            get(jarFile.getName().replace(DirectoryServer.getServerRoot(),
                                          "$SERVER_ROOT"),
            get(jarFile.getName(),
                information[1],
                information[2]));
      } catch(Exception e) {