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

Jean-Noel Rouvignac
03.50.2014 eeff6e075405c2b9da6cff923ad4dd2b1f94b448
opendj3-server-dev/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java
@@ -808,8 +808,7 @@
           * TODO : This should be handled by the repair functionality.
           */
          logger.error(ERR_REPLICATIONDB_CANNOT_PROCESS_CHANGE_RECORD, replicationServer.getServerId(),
                  (csn == null ? "" : csn.toString()),
                  e.getMessage());
                  csn, e.getMessage());
        }
      }
      return currentChange;