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

Jean-Noel Rouvignac
16.10.2014 1cbc05effc2edaf777d995045343c882db9cc0d3
opendj-sdk/opendj-server/src/main/java/org/forgerock/opendj/server/setup/cli/SetupLog.java
@@ -63,8 +63,7 @@
        final String space = " ";
        if (logFile == null) {
            logFile = new File(new StringBuilder(SetupCli.getInstallationPath()).append(File.separator).append(LOGNAME)
                    .toString());
            logFile = new File(SetupCli.getInstallationPath() + File.separator + LOGNAME);
        }
        try {
            fileHandler = new FileHandler(logFile.getCanonicalPath(), true);