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

pgamba
26.11.2008 081506cd0a6be7d9a124fedaa3c1357ab1c4588c
opends/src/server/org/opends/server/replication/server/ServerHandler.java
@@ -1004,8 +1004,12 @@
        (referenceGenerationId != generationId))
    {
      logError(ERR_IGNORING_UPDATE_TO.get(
               this.replicationServerDomain.getReplicationServer().
                 getMonitorInstanceName(),
               update.getDn(),
               this.getMonitorInstanceName()));
               this.getMonitorInstanceName(),
               Long.toString(generationId),
               Long.toString(referenceGenerationId)));
      return;
    }