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

Jean-Noel Rouvignac
31.45.2014 d2bbac5c73611fbf1d2c9a767e1b9ad910996747
opendj3-server-dev/src/quicksetup/org/opends/quicksetup/util/FileManager.java
@@ -386,7 +386,7 @@
        application.notifyListeners(application.getFormattedWarning(
                INFO_FILE_DOES_NOT_EXIST.get(String.valueOf(file))));
      }
      logger.debug(LocalizableMessage.raw("file '" + file.toString() + "' does not exist"));
      logger.debug(LocalizableMessage.raw("file '" + file + "' does not exist"));
    }
  }