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

pgamba
26.11.2008 968824f7d8fbbc8641fcdd37580facf376832be8
opendj-sdk/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;
    }