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

Valery Kharseko
8 hours ago 069a1256c6ebdc1142e525a44733bc32fd834061
opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/LogFile.java
@@ -199,9 +199,9 @@
  {
    try
    {
      if (!logfile.exists())
      if (!logfile.createNewFile())
      {
        logfile.createNewFile();
        logger.trace("Log file %s already exists", logfile.getPath());
      }
    }
    catch (IOException e)