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

Nicolas Capponi
03.36.2015 35c335ce117d26c3e1f07fdb6e18436e1e85318d
opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/Log.java
@@ -925,6 +925,7 @@
    // Notify even if time-based rotation is not enabled, as it could be enabled at any time
    replicationEnv.notifyLogFileRotation(this);
    lastRotationTime = timeService.now();
  }
  private void renameHeadLogFileTo(final File rotatedLogFile) throws ChangelogException